forked from mirror/_s
updated sass to include margin fix for figure elements
This commit is contained in:
parent
592201e885
commit
af372472e6
|
@ -35,4 +35,8 @@ img {
|
||||||
max-width: 100%; /* Adhere to container width. */
|
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";
|
@import "tables";
|
Reference in New Issue