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