1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed node title size

This commit is contained in:
Fedor Katurov 2020-04-30 11:16:16 +07:00
parent ee6ec97ea7
commit c3e92e1b47
2 changed files with 2 additions and 1 deletions

View file

@ -86,7 +86,7 @@
@include tablet {
white-space: nowrap;
padding-bottom: 0;
font: $font_16_semibold;
font: $font_20_semibold;
}
}

View file

@ -43,6 +43,7 @@ $font_24_bold: $bold 24px $font;
$font_24_semibold: $bold 24px $font;
$font_24_medium: $medium 24px $font;
$font_24_regular: $regular 24px $font;
$font_20_semibold: $bold 24px $font;
$font_18_regular: $regular 18px $font;
$font_18_extra_light: $extra_light 18px $font;
$font_18_semibold: $semibold 18px $font;