Fix margin/padding on figure

This commit is contained in:
Brandon Keepers
2017-07-13 13:21:43 +02:00
parent c3721d1a2d
commit 8f7b3927f6

View File

@@ -19,3 +19,8 @@
border-color: transparent;
border-style: solid solid outset;
}
figure {
margin: 0;
padding: $spacer-3;
}