mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
style: figure
This commit is contained in:
parent
d3455eaca1
commit
d07f4b4960
125 changed files with 1559 additions and 4 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue