mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 09:25:22 -04:00
17 lines
270 B
CSS
17 lines
270 B
CSS
.figure {
|
|
margin: 1em auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.caption {
|
|
font-size: 0.9em;
|
|
line-height: 1.5;
|
|
color: var(--medium);
|
|
margin-top: -0.4em;
|
|
}
|
|
|
|
/* some figcaptions contain paragraphs, some don't, so reset all of them */
|
|
.caption p {
|
|
margin: 0 !important;
|
|
}
|