not rounded image inside card

This commit is contained in:
Antoine M 2023-11-15 17:31:29 +01:00
parent 71a06e258b
commit 0d2883e1f9

View File

@ -20,5 +20,11 @@
items-end items-end
justify-center; justify-center;
} }
img {
@apply rounded-none;
}
}
.homegrade-blocks-icon + .homegrade-blocks-custom-heading {
@apply mt-8;
} }