25 lines
409 B
CSS
25 lines
409 B
CSS
.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; */
|
|
}
|