Merge pull request #464 from torres126/fix/penscratch-2-layout

Penscratch 2: Fix No-Sidebar Layout
This commit is contained in:
Laurel 2019-01-03 15:12:30 -08:00 committed by GitHub
commit 01c6328690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1918,6 +1918,8 @@ div.sharedaddy div.sd-block {
}
@media screen and (min-width: 55em) {
.no-sidebar .site {
margin-right: auto;
margin-left: auto;
max-width: 872px;
padding: 54px 108px;
}