From 028504e9be9c77da998814037cb104ab127a5b1e Mon Sep 17 00:00:00 2001 From: Aaron Arney Date: Tue, 29 Nov 2016 16:44:31 -0500 Subject: [PATCH] Remove the margin on Figure elements --- scss/typography/_base.scss | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.47.2