introducing block style

This commit is contained in:
Antoine M 2024-01-10 16:49:10 +01:00
parent 19728724b0
commit e17c507129

View File

@ -0,0 +1,17 @@
.homegrade-blocks-infos-seminaires {
.homegrade-blocks-icon {
@apply mb-6;
img {
@apply rounded-lg;
}
}
&__title {
@apply !mt-2;
}
&__date {
@apply !my-0;
}
&__author {
@apply font-bold;
}
}