refining <time> spacing

This commit is contained in:
Antoine M 2024-05-15 16:39:14 +02:00
parent c8697423ec
commit 670f6f403d

View File

@ -1,5 +1,5 @@
.homegrade-blocks-infos-seminaires { .homegrade-blocks-infos-seminaires {
@apply mb-12; @apply mt-12 mb-12;
.homegrade-blocks-icon { .homegrade-blocks-icon {
@apply mb-6; @apply mb-6;
img { img {
@ -16,7 +16,14 @@
@apply font-bold; @apply font-bold;
} }
time { time {
@apply font-bold text-xl; @apply font-bold text-xl !mb-0;
text-transform: capitalize; text-transform: capitalize;
} }
time + h5,
time + h4,
time + h3,
time + h2,
time + h1 {
@apply !mt-1;
}
} }