feat: change style to make for easier markdown figcaptions

Per this trick:
<https://stackoverflow.com/questions/19331362/using-an-image-caption-in-markdown-jekyll>
This commit is contained in:
Nuno Sempere 2022-12-04 23:57:00 +00:00
parent 15e9c9e579
commit a454c366d3

View File

@ -297,3 +297,12 @@ input:focus::placeholder {
color: transparent; color: transparent;
} }
/* Figcaptions for markdown
* Per <https://stackoverflow.com/questions/19331362/using-an-image-caption-in-markdown-jekyll>
*/
img + em {
display: block;
text-align: center;
font-size: 1em;
}