mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed flow hero title size on mobile
This commit is contained in:
parent
f1b15716dc
commit
f2c4026c5c
2 changed files with 8 additions and 1 deletions
|
@ -109,6 +109,13 @@
|
||||||
font: $font_32_bold;
|
font: $font_32_bold;
|
||||||
max-height: 3.6em;
|
max-height: 3.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include phone {
|
||||||
|
white-space: initial;
|
||||||
|
word-wrap: break-word;
|
||||||
|
font: $font_24_bold;
|
||||||
|
max-height: 3.6em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
|
|
@ -54,7 +54,7 @@ $cols: $content_width / $cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $cell_tablet) {
|
@media (max-width: $cell_tablet) {
|
||||||
grid-template-rows: calc(50vw - 10px) auto $fluid_cell;
|
grid-template-rows: calc(66vw - 10px) auto $fluid_cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $cell_mobile) {
|
@media (max-width: $cell_mobile) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue