figure styling

This commit is contained in:
cupcakearmy 2020-09-28 15:30:58 +02:00
parent 6098393e42
commit e4ef072769
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -28,7 +28,11 @@
}
div :global(figure) {
margin: 0;
margin: 2em 0;
}
div :global(figure figcaption) {
opacity: 0.75;
font-style: italic;
}
div :global(a) {