Add top and bottom margins to figure elements
This commit is contained in:
parent
9a3fe5caa5
commit
e6af6ece42
@ -15,7 +15,7 @@ body {
|
||||
word-break: break-word;
|
||||
-webkit-hyphens: auto;
|
||||
-webkit-text-size-adjust: none;
|
||||
|
||||
|
||||
max-width: 44em;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user