styles: apply pb-16 into title

This commit is contained in:
unknown 2021-08-31 08:13:49 +07:00
parent f7a0ec6078
commit 08cbc248d4

View File

@ -6,6 +6,9 @@
max-width: 80.4rem;
min-height: 4rem;
&.isActive{
.title{
@apply pb-0;
}
.contentContainer{
@apply block;
}
@ -15,7 +18,7 @@
}
}
.title{
@apply outline-none flex justify-between font-heading items-center pt-16;
@apply outline-none flex justify-between font-heading items-center pt-16 pb-16;
font-size: 3.2rem;
line-height: 4rem;
letter-spacing: -0.01em;