mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add top and bottom margins to figure elements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user