Fix longform mobile font size

This commit is contained in:
mDuo13
2021-07-02 01:50:39 -07:00
parent eabcfae432
commit 9c275c1bb5

View File

@@ -78,7 +78,7 @@ h6, .h6 {
color: $gray-100;
font-weight: 500;
@include media-breakpoint-down(sm) {
font-size: 1.125rem;
font-size: 1.25rem;
line-height: 26px;
}
}