mobile width fix (#4)

This commit is contained in:
Jordan Vidrine 2021-12-27 10:27:13 -06:00 committed by GitHub
parent f7c18efaec
commit 1e1d96e820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ html body.staff:not(.navigation-topics) #main-outlet {
} }
.container.posts > .row { .container.posts > .row {
max-width: 100%; max-width: calc(100vw - 1.5em);
} }
.navigation-categories .navigation-container, .navigation-categories .navigation-container,