]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove the margin on Figure elements 9416/head
authorAaron Arney <ocularrhythm@users.noreply.github.com>
Tue, 29 Nov 2016 21:44:31 +0000 (16:44 -0500)
committerGitHub <noreply@github.com>
Tue, 29 Nov 2016 21:44:31 +0000 (16:44 -0500)
scss/typography/_base.scss

index e21550e301198eeae4d8ec732310747cfb1deeab..10e5901dfa926720d92b9a9db0c91ba0bfca3d08 100644 (file)
@@ -427,6 +427,11 @@ $abbr-underline: 1px dotted $black !default;
     cursor: help;
   }
 
+  // Figures
+  figure {
+    margin: 0;
+  }
+  
   // Code
   code {
     padding: $code-padding;