carhop__carhop-theme__DEV/resources/css/blocks/heading.css
Antoine M 108ffcf167
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Refining align center behaviour
2025-07-01 17:49:06 +02:00

27 lines
488 B
CSS

.carhop-heading {
&__innerblocks {
@apply max-w-screen-2xl mx-auto px-4 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 mx-auto !text-5xl;
line-height: 1.2 !important;
}
}