update opening figures' style

This commit is contained in:
Yifei Gao 2024-04-22 14:58:28 -04:00
parent add51e5b0d
commit 3a194bb475
No known key found for this signature in database

View file

@ -9,12 +9,16 @@
@apply border-none text-center;
}
.chapter-opening-figure > figure {
@apply mb-0;
}
.chapter-opening-figure > span {
@apply font-bold;
@apply text-sm font-bold;
}
.chapter-opening-figure > p {
@apply text-sm leading-6;
@apply mt-0 text-xs italic leading-6;
}
.chapter-opening-figure > hr {