From: Daniel Ruf Date: Mon, 19 Nov 2018 08:00:50 +0000 (+0100) Subject: fix: remove duplicate margin-bottom from grid example X-Git-Tag: v6.6.0~3^2~62^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11595%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: remove duplicate margin-bottom from grid example --- diff --git a/docs/assets/scss/examples/_grid.scss b/docs/assets/scss/examples/_grid.scss index b18e413c8..f1ca182a2 100644 --- a/docs/assets/scss/examples/_grid.scss +++ b/docs/assets/scss/examples/_grid.scss @@ -47,7 +47,6 @@ .row { background: #f9f9f9; font-size: 11px; - margin-bottom: 10px; line-height: 2rem; border: solid 1px #c6c6c6; margin-left: 0;