diff --git a/resources/css/blocks/heading.css b/resources/css/blocks/heading.css new file mode 100644 index 0000000..ee8da94 --- /dev/null +++ b/resources/css/blocks/heading.css @@ -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; + } +}