Set line-height of figure to 0 so it stops adding 1px of extra space to the bottoms!!
This commit is contained in:
parent
16a76afed8
commit
8a11c8260e
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ figcaption {
|
|||
figure {
|
||||
border-radius: 6px;
|
||||
display: inline-block;
|
||||
line-height: 0;
|
||||
margin: 0;
|
||||
margin-block: 0 var(--body-item-spacing);
|
||||
margin-inline: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue