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

render all image tags as figures

This commit is contained in:
2020-11-15 09:35:55 -05:00
parent 78179c5901
commit 9c0046cb62
2 changed files with 13 additions and 22 deletions

View File

@ -28,20 +28,15 @@ div#content {
text-align: center;
}
p.image,
figure {
margin: 1em auto;
text-align: center;
img {
height: auto;
max-width: 100%;
}
}
figure {
margin: 1em auto;
// image captions
figcaption {
font-size: 0.95em;