updated sass to include margin fix for figure elements

This commit is contained in:
Chris 2016-09-16 15:18:49 -04:00
parent 592201e885
commit af372472e6

View file

@ -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";