UX: remove main-outlet-wrapper margin reset for mobile (#31286)

Reported here
https://meta.discourse.org/t/do-auto-margins-still-need-to-be-unset-on-mobile/351503

This helps better handle some situations where we want to center content
on large screens while using mobile view
This commit is contained in:
Kris 2025-02-11 16:16:26 -05:00 committed by GitHub
parent 4dc47fae44
commit 73a3b995f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,11 +116,6 @@ blockquote {
}
// Special elements
#main-outlet-wrapper {
margin-left: unset;
margin-right: unset;
}
#main-outlet {
padding-top: 1.25em;