STYLE Refining spacings on single for carhop headig
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-23 13:49:10 +02:00
parent 3e637f7a94
commit 80d0b2ccdc

View File

@ -35,4 +35,12 @@
h6.has-text-align-center { h6.has-text-align-center {
@apply mx-auto; @apply mx-auto;
} }
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
@apply mt-0;
}
} }