carhop__carhop-theme__DEV/resources/css/blocks/heading.css
Antoine M 974a99359f
All checks were successful
continuous-integration/drone/push Build is passing
STYLE mise à jour des styles pour h6 en commentant les marges
2025-10-02 14:27:12 +02:00

38 lines
724 B
CSS

.carhop-heading {
&__innerblocks {
@apply alignwide !mx-auto flex flex-col justify-center gap-8;
}
&--align-center {
@apply items-center;
}
p {
@apply !mb-0 pb-0 uppercase text-primary;
line-height: 1.2 !important;
font-weight: 600;
letter-spacing: 0.15em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-light uppercase tracking-wider max-w-4xl !text-5xl;
line-height: 1.2 !important;
/* @apply !mb-0 !pb-0; */
@apply !pb-0;
}
h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center,
h4.has-text-align-center,
h5.has-text-align-center,
h6.has-text-align-center {
@apply mx-auto;
}
}