FIX: auto margins cause too-narrow content (#16725)

This commit is contained in:
Kris 2022-05-11 20:13:53 -04:00 committed by GitHub
parent f38fe53287
commit 4df4817e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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