From b445849f81776c232790436f6633735bb5ca9880 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 23 May 2022 22:33:00 +0100 Subject: made width auto --- resources/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/style.css b/resources/style.css index 68b5acb..2ab7e72 100644 --- a/resources/style.css +++ b/resources/style.css @@ -96,10 +96,12 @@ hr { border: 0; border-bottom: 2px solid #f58f44; } + .title { font-size: 45px; color: #f58f44; } + .small { font-size: 9px; padding: 0; @@ -144,7 +146,7 @@ pre { } .image { - width: 35%; + width: auto; float: right; } -- cgit v1.2.1