From cbe84738e4a6be5432e45e186a3001434a655dbd Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Tue, 20 Dec 2022 21:32:11 +0100 Subject: [PATCH] some css --- static/css/main.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index b2a2b91..34e7306 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -60,7 +60,8 @@ h1 { } .logo>img { - height: 9vw; + height: 150px; + margin-left: 23px; } .row { @@ -91,7 +92,7 @@ p { a { text-decoration: none; - color: #d75b00; + color: #d75b00; } @@ -165,7 +166,7 @@ img { @media screen and (max-width: 600px) { .row { - flex-direction: column; + flex-direction: column; } .col { @@ -186,4 +187,4 @@ img { font-size: 40px; color: red; text-align: center; -} \ No newline at end of file +}