From: Ant Zucaro Date: Sun, 19 Apr 2015 12:19:08 +0000 (-0400) Subject: Add more width to the grid. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dc2dfb20ebdb7f870f9282d9505486030fc0be0a;p=xonotic%2Fxonstat.git Add more width to the grid. --- 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; }