handling superior icon

This commit is contained in:
Antoine M 2023-11-15 16:40:26 +01:00
parent 35b7d93e78
commit e807d93686

View File

@ -1,8 +1,14 @@
.archive-page-header {
@apply bg-primary text-white text-center py-12 max-w-screen-xl mx-auto
mt-0 rounded-2xl;
@apply bg-primary text-white text-center pb-12 max-w-screen-xl mx-auto
mt-8 rounded-2xl;
&__icon {
@apply absolute left-1/2 -translate-x-1/2 -translate-y-[75%] w-20 block;
}
&__title {
@apply uppercase font-medium text-xl tracking-widest;
@apply uppercase font-medium text-xl tracking-widest pt-12;
}
&__icon + &__title {
@apply pt-16;
}
&__description {
@apply font-bold text-4xl max-w-screen-md mx-auto pt-4;