adding rounded edges to schema picture

This commit is contained in:
Antoine M 2023-11-15 12:05:32 +01:00
parent b21124338b
commit b8abc9c7a1

View File

@ -1,4 +1,9 @@
.homegrade-blocks-focused-schema { .homegrade-blocks-focused-schema {
figure.picture-container {
img {
@apply rounded-3xl;
}
}
figcaption { figcaption {
ol { ol {
@apply xl:grid grid-cols-2; @apply xl:grid grid-cols-2;