Add top and bottom margins to figure elements

This commit is contained in:
Nate Weaver 2020-03-13 22:01:07 -05:00
parent 9a3fe5caa5
commit e6af6ece42

View File

@ -193,6 +193,11 @@ img, figure, iframe, div {
margin: 0 auto;
}
figure {
margin-bottom: 1em;
margin-top: 1em;
}
video {
width: 100% !important;
height: auto !important;