1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 15:06:36 -04:00

support full HTML captions for image shortcode

This commit is contained in:
2019-12-17 11:39:23 -05:00
parent 1b97c6b2de
commit c87bfd7797
22 changed files with 111 additions and 113 deletions

View File

@ -32,12 +32,9 @@ main#single {
margin-bottom: 0.4em;
}
// image captions -- two different markdown hacks
img + em,
// image captions
figure figcaption {
display: block;
font-size: 0.9em;
font-style: normal;
color: $color-medium;
text-align: center;
}