1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

fix image/caption spacing around paragraphs

This commit is contained in:
2020-11-17 11:29:55 -05:00
parent 9c0046cb62
commit e6400400f1
3 changed files with 235 additions and 282 deletions

View File

@ -31,6 +31,7 @@ div#content {
figure {
margin: 1em auto;
text-align: center;
line-height: 1;
img {
height: auto;
@ -39,6 +40,8 @@ div#content {
figcaption {
font-size: 0.95em;
line-height: 1.5;
margin-top: 0.5em;
@include colors() {
color: c(medium);