mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add top margin to figcaption
Currently there is no margin between `img` and `figcaption` inside `figure`. This change adds a small margin so that the text has some breathing room.
This commit is contained in:
committed by
Brent Simmons
parent
d07e03a58e
commit
48fc3f4c6b
@@ -263,6 +263,7 @@ figure {
|
||||
}
|
||||
|
||||
figcaption {
|
||||
margin-top: 0.5em;
|
||||
font-size: 14px;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user