mirror of
https://github.com/vercel/commerce.git
synced 2025-07-06 13:01:22 +00:00
styles: apply pb-16 into title
This commit is contained in:
parent
f7a0ec6078
commit
08cbc248d4
@ -6,6 +6,9 @@
|
|||||||
max-width: 80.4rem;
|
max-width: 80.4rem;
|
||||||
min-height: 4rem;
|
min-height: 4rem;
|
||||||
&.isActive{
|
&.isActive{
|
||||||
|
.title{
|
||||||
|
@apply pb-0;
|
||||||
|
}
|
||||||
.contentContainer{
|
.contentContainer{
|
||||||
@apply block;
|
@apply block;
|
||||||
}
|
}
|
||||||
@ -15,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.title{
|
.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;
|
font-size: 3.2rem;
|
||||||
line-height: 4rem;
|
line-height: 4rem;
|
||||||
letter-spacing: -0.01em;
|
letter-spacing: -0.01em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user