hiding overflow for figure

This commit is contained in:
Antoine M 2024-01-23 17:23:40 +01:00
parent cd54ac06e8
commit 8c5a4a0800

View File

@ -1,5 +1,6 @@
.homegrade-blocks-focused-schema { .homegrade-blocks-focused-schema {
figure.picture-container { figure.picture-container {
@apply overflow-x-hidden;
img { img {
@apply rounded-3xl; @apply rounded-3xl;
} }