From dc2dfb20ebdb7f870f9282d9505486030fc0be0a Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 19 Apr 2015 08:19:08 -0400 Subject: [PATCH] Add more width to the grid. --- xonstat/static/css/foundation.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xonstat/static/css/foundation.css b/xonstat/static/css/foundation.css index 823a4e8..f9ebd68 100644 --- a/xonstat/static/css/foundation.css +++ b/xonstat/static/css/foundation.css @@ -123,7 +123,7 @@ select { margin-right: auto; margin-top: 0; margin-bottom: 0; - max-width: 62.5em; } + max-width: 72.5em; } .row:before, .row:after { content: " "; display: table; } @@ -2034,7 +2034,7 @@ meta.foundation-mq-topbar { background: #333333; } .contain-to-grid .top-bar { - max-width: 62.5em; + max-width: 72.5em; margin: 0 auto; margin-bottom: 0; } -- 2.39.2