FIX: auto margins cause too-narrow content (#16725)
This commit is contained in:
parent
f38fe53287
commit
4df4817e13
@ -116,6 +116,11 @@ blockquote {
|
||||
|
||||
// Special elements
|
||||
|
||||
#main-outlet-wrapper {
|
||||
margin-left: unset;
|
||||
margin-right: unset;
|
||||
}
|
||||
|
||||
#main-outlet {
|
||||
padding-top: 1.25em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user