Update main.scss

This commit is contained in:
MaxOvs19 2022-11-14 19:01:03 +03:00 committed by GitHub
parent 22e9b7692c
commit fdb3c73588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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