Correct error: in small, the text should not be wider than the header/footer

This commit is contained in:
2024-09-02 09:32:52 +02:00
parent 2587690017
commit 6b65d57315

View File

@ -79,7 +79,7 @@ main {
padding-bottom: 5em;
@media #{$mq-mini} { margin: 0 2%; }
@media #{$mq-small} { margin: 0 2%; }
@media #{$mq-small} { margin: 0 5%; }
@media #{$mq-medium} { margin: 0 17%; }
@media #{$mq-large} { margin: 0 21%; }
@media #{$mq-xlarge} { margin: 0 24%; }