From 43a5057a0f1841213035073635598041d8b0077d Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Tue, 20 Dec 2022 21:40:44 +0100 Subject: [PATCH] bla --- static/css/main.css | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index d5e06ac..9c41d74 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -47,22 +47,6 @@ h1 { background-position-x: right; } -@media screen and (max-width: 600px) { - .container { - margin: 0px; - width: 100%; - border-radius: 0px; - box-shadow: none; - } - body { - margin: 0px; - } - .logo>img { - height: 150px; - margin-left: calc(50% - 75px); - } -} - .logo>img { height: 220px; margin-left: 3vw; @@ -168,7 +152,26 @@ img { padding-left: 5vw; } +.activite-temps { + font-size: 40px; + color: red; + text-align: center; +} + @media screen and (max-width: 600px) { + .container { + margin: 0px; + width: 100%; + border-radius: 0px; + box-shadow: none; + } + body { + margin: 0px; + } + .logo>img { + height: 150px; + margin-left: calc(50% - 75px); + } .row { flex-direction: column; } @@ -186,9 +189,3 @@ img { font-size: 40px; } } - -.activite-temps { - font-size: 40px; - color: red; - text-align: center; -}