🐛 bug: bug fix

This commit is contained in:
quocsonnguyen 2021-08-26 17:19:46 +07:00
parent 32d06a9df7
commit 3c7aa8e862

View File

@ -2,8 +2,8 @@
.headingCommon {
@apply font-heading uppercase text-left spacing-horizontal-left;
font-size: 48px;
line-height: 56px;
font-size: 3.2rem;
line-height: 4rem;
&.highlight {
color: var(--negative);
@ -17,7 +17,7 @@
@screen md {
@apply spacing-horizontal;
font-size: 32px;
line-height: 40px;
}
font-size: 4.8rem;
line-height: 5.6rem;
}
}