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

fixed flow hero title size on mobile

This commit is contained in:
Fedor Katurov 2021-06-25 14:38:17 +07:00
parent f1b15716dc
commit f2c4026c5c
2 changed files with 8 additions and 1 deletions

View file

@ -109,6 +109,13 @@
font: $font_32_bold;
max-height: 3.6em;
}
@include phone {
white-space: initial;
word-wrap: break-word;
font: $font_24_bold;
max-height: 3.6em;
}
}
.buttons {