mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 07:32:11 +08:00
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:
parent
4dc47fae44
commit
73a3b995f9
@ -116,11 +116,6 @@ blockquote {
|
||||
}
|
||||
|
||||
// Special elements
|
||||
#main-outlet-wrapper {
|
||||
margin-left: unset;
|
||||
margin-right: unset;
|
||||
}
|
||||
|
||||
#main-outlet {
|
||||
padding-top: 1.25em;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user