From 02b68c9a0e6c5fc0dc8a04b5a9e110d95d505ecb Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 23 May 2022 22:33:00 +0100 Subject: [PATCH] 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; }