1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-22 05:35:28 -04:00
Files
jarv.is/components/Figure/Figure.module.css
T
2025-02-07 11:33:38 -05:00

12 lines
161 B
CSS

.figure {
margin: 1em auto;
text-align: center;
}
.caption {
font-size: 0.9em;
line-height: 1.5;
color: var(--colors-medium);
margin-top: -0.4em;
}