Browse Source

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

Penscratch 2: Fix No-Sidebar Layout
Laurel 6 years ago
parent
commit
01c6328690
1 changed files with 2 additions and 0 deletions
  1. 2 0
      penscratch-2/style.css

+ 2 - 0
penscratch-2/style.css

@@ -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;
 	}