FEATURE Introducing the asset styles

This commit is contained in:
Antoine M 2025-06-27 18:20:18 +02:00
parent e4325a35d6
commit 4f39d9c1df

View File

@ -0,0 +1,22 @@
.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;
}
}