refining <time> spacing
This commit is contained in:
parent
c8697423ec
commit
670f6f403d
|
|
@ -1,5 +1,5 @@
|
|||
.homegrade-blocks-infos-seminaires {
|
||||
@apply mb-12;
|
||||
@apply mt-12 mb-12;
|
||||
.homegrade-blocks-icon {
|
||||
@apply mb-6;
|
||||
img {
|
||||
|
|
@ -16,7 +16,14 @@
|
|||
@apply font-bold;
|
||||
}
|
||||
time {
|
||||
@apply font-bold text-xl;
|
||||
@apply font-bold text-xl !mb-0;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
time + h5,
|
||||
time + h4,
|
||||
time + h3,
|
||||
time + h2,
|
||||
time + h1 {
|
||||
@apply !mt-1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user