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:
parent
47d8224a2d
commit
b7aae5eccd
1 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue