mirror of
https://github.com/vercel/commerce.git
synced 2025-07-06 05:01:20 +00:00
🐛 bug: bug fix
This commit is contained in:
parent
32d06a9df7
commit
3c7aa8e862
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
.headingCommon {
|
.headingCommon {
|
||||||
@apply font-heading uppercase text-left spacing-horizontal-left;
|
@apply font-heading uppercase text-left spacing-horizontal-left;
|
||||||
font-size: 48px;
|
font-size: 3.2rem;
|
||||||
line-height: 56px;
|
line-height: 4rem;
|
||||||
|
|
||||||
&.highlight {
|
&.highlight {
|
||||||
color: var(--negative);
|
color: var(--negative);
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
@apply spacing-horizontal;
|
@apply spacing-horizontal;
|
||||||
font-size: 32px;
|
font-size: 4.8rem;
|
||||||
line-height: 40px;
|
line-height: 5.6rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user