Add top and bottom margins to figure elements
This commit is contained in:
parent
9a3fe5caa5
commit
e6af6ece42
@ -193,6 +193,11 @@ img, figure, iframe, div {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
video {
|
video {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user