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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user