FIX: mobile topic width

This commit is contained in:
Jordan Vidrine 2021-07-22 12:57:30 -05:00
parent 36703d7eaf
commit 80ab551f5e

View File

@ -34,7 +34,7 @@ html body.staff:not(.navigation-topics) #main-outlet {
}
.container.posts > .row {
width: calc(100% - 3em);
max-width: calc(100% - 25px);
}
html body.archetype-private_message .container.posts {