From af372472e659b02cccd9b28ece7f4a5be58c301f Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 16 Sep 2016 15:18:49 -0400 Subject: [PATCH] updated sass to include margin fix for figure elements --- sass/elements/_elements.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/elements/_elements.scss b/sass/elements/_elements.scss index 139bbccb..4909ddc5 100644 --- a/sass/elements/_elements.scss +++ b/sass/elements/_elements.scss @@ -35,4 +35,8 @@ img { max-width: 100%; /* Adhere to container width. */ } +figure { + margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ +} + @import "tables"; \ No newline at end of file