carhop__carhop-theme__DEV/resources/css/blocks/heading.css
2025-06-27 18:20:18 +02:00

23 lines
433 B
CSS

.carhop-heading {
&__innerblocks {
@apply max-w-screen-2xl mx-auto px-4 flex flex-col items-center justify-center gap-8;
}
p {
@apply !mb-0 pb-0 uppercase;
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;
}
}