mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 19:28:27 -04:00
12 lines
161 B
CSS
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;
|
|
}
|