diff --git a/resources/css/blocks/front-header.css b/resources/css/blocks/front-header.css new file mode 100644 index 0000000..a9a1245 --- /dev/null +++ b/resources/css/blocks/front-header.css @@ -0,0 +1,24 @@ +.block-front-header { + @apply bg-primary py-32 text-white; + a, + h1, + h2, + h3, + h4, + h5, + h6 { + @apply text-white pb-3 max-w-screen-md mx-auto mb-6 uppercase; + line-height: 1.2; + } + p { + @apply max-w-2xl mx-auto mb-6; + } + .wp-block-carhop-blocks-cta { + text-transform: none; + @apply font-bold; + } +} + +.front-header__innerblocks { + /* @apply bg-red-100; */ +}