Change Campaigns CSS to use @include font-size().

This commit is contained in:
Gan Eng Chin 2023-02-02 19:06:17 +08:00
parent 7b068bf908
commit 048906ad80
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
}
&__content-title {
font-size: 13px;
@include font-size( 13 );
font-weight: 600;
line-height: 16px;
color: $gray-900;