carhop__carhop-theme__DEV/resources/css/blocks/front-header.css

30 lines
555 B
CSS

.block-front-header {
@apply pt-16 pb-32 text-white;
background-image: url('../resources/img/shapes/background-shape-C_green.svg');
@apply bg-no-repeat bg-center;
background-size: 100% 100%;
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; */
}