1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-31 01:29:46 +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 8b05b18437
commit e70966c087
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);
}

File diff suppressed because one or more lines are too long