From 4c4a8c44af9ccea8180601239665bb060ec73930 Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Wed, 21 Dec 2022 00:14:36 +0100 Subject: [PATCH 1/4] bla --- static/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 75d7ddd..5283c14 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -148,6 +148,9 @@ a:hover { h1 { font-size: 40px; } + p { + font-size: 20px; + } #wrapper{ background: none; } From 7bee8471d1652e1359b7b5902794e28839ab0d6b Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Wed, 21 Dec 2022 00:17:37 +0100 Subject: [PATCH 2/4] 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; } From 0b7301c41b35810e5d4a86d22345a34df2e009fd Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Wed, 21 Dec 2022 00:23:26 +0100 Subject: [PATCH 3/4] bla --- static/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/main.css b/static/css/main.css index ab6ca38..3431174 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -73,6 +73,7 @@ a:hover { border-radius: 2px; background: url("../img/background-letter.jpg"); background-size: cover; + background-position: right; } #logo { From 94e1217950a99e31df6ce1838cd4262d7d6fe64e Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Wed, 21 Dec 2022 00:24:04 +0100 Subject: [PATCH 4/4] bla --- static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 3431174..5fac3e6 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -150,7 +150,7 @@ a:hover { @media screen and (max-width: 600px) { h1 { - font-size: 40px; + font-size: 30px; } p { font-size: 20px;