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

fixed flow cell font sizes on mobile

This commit is contained in:
Fedor Katurov 2021-09-21 14:45:51 +07:00
parent 47d8224a2d
commit b7aae5eccd

View file

@ -73,7 +73,7 @@
.title, .title,
.text_title { .text_title {
font: $font_cell_title; font: $font_18_semibold;
line-height: 1.25em; line-height: 1.25em;
text-transform: uppercase; text-transform: uppercase;
@ -83,7 +83,7 @@
word-break: break-word; word-break: break-word;
@media (max-width: $cell * 2) { @media (max-width: $cell * 2) {
font: $font_18_semibold; font: $font_16_semibold;
} }
} }
@ -95,18 +95,18 @@
&.small { &.small {
@include clamp(8, 1.25em); @include clamp(8, 1.25em);
font-size: 24px; font: $font_16_semibold;
} }
&.medium{ &.medium{
@include clamp(6, 1.25em); @include clamp(6, 1.25em);
font-size: 28px; font: $font_18_semibold;
} }
} }
.text_title { .text_title {
@include clamp(3, 1.25em);
margin-bottom: $gap / 2; margin-bottom: $gap / 2;
@include clamp(3, 1.25em)
} }
.horizontal, .horizontal,