handling superior icon
This commit is contained in:
parent
35b7d93e78
commit
e807d93686
|
|
@ -1,8 +1,14 @@
|
||||||
.archive-page-header {
|
.archive-page-header {
|
||||||
@apply bg-primary text-white text-center py-12 max-w-screen-xl mx-auto
|
@apply bg-primary text-white text-center pb-12 max-w-screen-xl mx-auto
|
||||||
mt-0 rounded-2xl;
|
mt-8 rounded-2xl;
|
||||||
|
&__icon {
|
||||||
|
@apply absolute left-1/2 -translate-x-1/2 -translate-y-[75%] w-20 block;
|
||||||
|
}
|
||||||
&__title {
|
&__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 {
|
&__description {
|
||||||
@apply font-bold text-4xl max-w-screen-md mx-auto pt-4;
|
@apply font-bold text-4xl max-w-screen-md mx-auto pt-4;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user