diff --git a/src/style/main.scss b/src/style/main.scss index 7e5fb9b..850e900 100644 --- a/src/style/main.scss +++ b/src/style/main.scss @@ -322,7 +322,22 @@ input[type='checkbox'] { display: none; } -@media (max-width: 425px) { +@media (max-width: 576px) { + body { + margin: 0; + padding: 0; + } + + .container { + width: 90%; + + .header { + h1 { + font-size: 32px; + } + } + } + .list { display: none !important; }