STYLE Introducing styles

This commit is contained in:
Antoine 2025-05-12 16:49:16 +02:00
parent b5c9448dbc
commit de4cdcd77d

View File

@ -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; */
}