🐛 bug: bug fix

This commit is contained in:
quocsonnguyen 2021-08-26 17:09:20 +07:00
parent 6259661977
commit 32d06a9df7

View File

@ -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;
}
}