rounded edges for timeline pictures

This commit is contained in:
Antoine M 2023-11-14 15:43:02 +01:00
parent 12c3abfec1
commit 62bdc92c56

View File

@ -33,8 +33,9 @@
@apply grid grid-cols-3 gap-12 py-6; @apply grid grid-cols-3 gap-12 py-6;
&__cover { &__cover {
@apply max-w-md h-auto; @apply max-w-md h-auto;
border-radius: 22px;
img { img {
@apply pb-3; @apply rounded-3xl mb-3;
} }
.description, .description,
.caption { .caption {