From a4d3bf06e886c8d0bd4f973ffd03adddf42e1647 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sun, 21 Feb 2016 15:24:34 -0500 Subject: [PATCH] don't overwrite .centerer vmargin --- style.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.styl b/style.styl index 9e1ebaa..22fccb6 100644 --- a/style.styl +++ b/style.styl @@ -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)) -- 1.7.10.4