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:
parent
15e9c9e579
commit
a454c366d3
|
@ -297,3 +297,12 @@ input:focus::placeholder {
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user