From 7bee8471d1652e1359b7b5902794e28839ab0d6b Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Wed, 21 Dec 2022 00:17:37 +0100 Subject: [PATCH] bla --- static/css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 5283c14..ab6ca38 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -80,6 +80,9 @@ a:hover { justify-content: center; height: 220px; } +#logo > img { + width: 220px; +} #timer { font-size: 40px; @@ -164,6 +167,9 @@ a:hover { #logo { height: 150px; } + #logo > img { + width: 150px; + } .row-section { flex-direction: column; }