update figure styling

This commit is contained in:
Youwen Wu 2024-06-13 02:09:31 -07:00
parent f703936442
commit 9e89ff04cb
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 10 additions and 1 deletions

View file

@ -101,4 +101,13 @@
a:not(code a) { a:not(code a) {
@apply external-link; @apply external-link;
} }
figure {
@apply inline-block my-2;
}
figure img {
@apply align-top mb-2;
}
figure figcaption {
@apply text-center;
}
} }

File diff suppressed because one or more lines are too long