homegrade_theme_production/resources/css/pages/template-archive-questions-(faq).css
2024-01-09 09:37:32 +01:00

22 lines
461 B
CSS

.page-template-template-archive-questions {
.archive-page-header--faq {
.archive-page-header__icon {
@apply !-translate-y-[71%];
}
}
.card-large-content {
@apply pt-32;
&__links-container {
@apply lg:gap-32;
}
&__top-illustration {
width: 330px;
height: 180px;
transform: translate(-50%, -54%);
}
}
/* .card-large-content-container {
@apply pt-40 mt-12 mb-0;
} */
}