homegrade_theme_production/resources/css/blocks/content-page-header.css

31 lines
614 B
CSS

.block-content-page-header {
@apply py-16 flex gap-12 justify-between mx-auto;
/* @apply px-16; */
&__content {
grow: 0;
max-width: 600px;
}
&__page-icon {
height: fit-content;
height: 400px;
}
&__cta-link {
@apply text-neutral-900 font-bold mt-1 block;
&:after {
content: url('../resources/img/graphic-assets/chevron-next.svg');
@apply ml-2;
}
}
p {
margin-bottom: unset;
}
h1 {
@apply text-secondary font-bold text-xl mb-2 uppercase;
}
h2 {
@apply text-neutral-900 font-bold text-4xl mt-0 mb-12;
}
}