🐛 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 { .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;
} }
} }