style: figure

This commit is contained in:
Lucas Larroche 2024-01-27 15:13:14 +07:00
parent d3455eaca1
commit d07f4b4960
125 changed files with 1559 additions and 4 deletions

View file

@ -996,6 +996,19 @@ main {
vertical-align: baseline;
}
/**
* Figure
*/
.pico figure {
display: block;
margin: 0;
padding: 0;
}
.pico figure figcaption {
padding: calc(var(--pico-spacing) * 0.5) 0;
color: var(--pico-muted-color);
}
/**
* Miscs
*/