From c15aa3679856a6af5aaa5fe81b0b9d3152cbe982 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Oct 2014 03:07:34 -0700 Subject: switch to max-width on containers --- docs/examples/grid/grid.css | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/grid/grid.css b/docs/examples/grid/grid.css index b25263bc7..5f7e1af66 100644 --- a/docs/examples/grid/grid.css +++ b/docs/examples/grid/grid.css @@ -1,23 +1,27 @@ -h4 { - margin-top: 25px; +body { + padding-top: 2rem; + padding-bottom: 2rem; } + +h3 { + margin-top: 2rem; +} + .row { - margin-bottom: 20px; + margin-bottom: 1rem; } .row .row { - margin-top: 10px; + margin-top: 1rem; margin-bottom: 0; } [class*="col-"] { - padding-top: 15px; - padding-bottom: 15px; - background-color: #eee; + padding-top: 1rem; + padding-bottom: 1rem; background-color: rgba(86,61,124,.15); - border: 1px solid #ddd; border: 1px solid rgba(86,61,124,.2); } hr { - margin-top: 40px; - margin-bottom: 40px; + margin-top: 2rem; + margin-bottom: 2rem; } -- cgit v1.2.3