fix: add margin to figcaption

This commit is contained in:
Sebin Nyshkim 2023-01-18 15:46:32 +01:00
parent 886708854a
commit 28d76eed45

View file

@ -39,6 +39,7 @@ defineProps<Props>();
&__caption { &__caption {
text-align: center; text-align: center;
margin: 1rem 0 0 0;
} }
img { img {