JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
don't overwrite .centerer vmargin
authorJason Woofenden <jason@jasonwoof.com>
Sun, 21 Feb 2016 20:24:34 +0000 (15:24 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Sun, 21 Feb 2016 20:24:34 +0000 (15:24 -0500)
style.styl

index 9e1ebaa..22fccb6 100644 (file)
@@ -410,7 +410,8 @@ for selector, css in columns.css
 
 // center when big
 body > .centerer
-       margin: 0 auto
+       margin-left: auto
+       margin-right: auto
 
 // small enough that things are scaling, big enough that we have all columns
 @media screen and (max-width: (columns.width))