mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 04:31:22 +00:00
🐛 bug: bug fix
This commit is contained in:
parent
6259661977
commit
32d06a9df7
@ -1,7 +1,9 @@
|
||||
@import '../../../styles/utilities';
|
||||
|
||||
.headingCommon {
|
||||
@apply heading-1 font-heading uppercase text-left spacing-horizontal-left;
|
||||
@apply font-heading uppercase text-left spacing-horizontal-left;
|
||||
font-size: 48px;
|
||||
line-height: 56px;
|
||||
|
||||
&.highlight {
|
||||
color: var(--negative);
|
||||
@ -15,5 +17,7 @@
|
||||
|
||||
@screen md {
|
||||
@apply spacing-horizontal;
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user