1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-03 02:42:39 +02:00

Added margin to figures

Resets the browser defaults.
This commit is contained in:
Angelos Chalaris
2017-11-15 13:22:17 +02:00
parent c4a5da944f
commit c223ba0a30
7 changed files with 13 additions and 4 deletions

View File

@@ -207,6 +207,10 @@ sub {
bottom: -0.25em;
}
figure {
margin: var(--universal-margin);
}
figcaption {
color: var(--secondary-fore-color);
}