FIX: Mobile view fix

This commit is contained in:
Jordan Vidrine 2021-07-22 12:37:31 -05:00
parent ef9f5a354c
commit 36703d7eaf

View File

@ -33,6 +33,10 @@ html body.staff:not(.navigation-topics) #main-outlet {
margin-bottom: 0px;
}
.container.posts > .row {
width: calc(100% - 3em);
}
html body.archetype-private_message .container.posts {
grid-template-columns: 50% 50%;
}