refining <time> spacing

This commit is contained in:
Antoine M 2024-05-15 16:49:45 +02:00
parent 670f6f403d
commit ce7b8969ea

View File

@ -26,4 +26,11 @@
time + h1 { time + h1 {
@apply !mt-1; @apply !mt-1;
} }
h1:has(+ time),
h2:has(+ time),
h3:has(+ time),
h4:has(+ time),
h5:has(+ time) {
@apply !mb-1;
}
} }