From: Aaron Arney Date: Tue, 29 Nov 2016 21:44:31 +0000 (-0500) Subject: Remove the margin on Figure elements X-Git-Tag: v6.3-rc1~6^2~7^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028504e9be9c77da998814037cb104ab127a5b1e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove the margin on Figure elements --- diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index e21550e30..10e5901df 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -427,6 +427,11 @@ $abbr-underline: 1px dotted $black !default; cursor: help; } + // Figures + figure { + margin: 0; + } + // Code code { padding: $code-padding;