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; }