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

added lazy loading for heroes

This commit is contained in:
Fedor Katurov 2021-10-07 14:24:08 +07:00
parent 330e233869
commit 7d6f35b0af
2 changed files with 8 additions and 5 deletions

View file

@ -111,10 +111,10 @@ img.preview {
word-break: break-word;
@include tablet {
@include clamp(3, 1.2 * 32px);
@include clamp(3, 3.6em);
white-space: initial;
word-wrap: break-word;
font: $font_32_bold;
font: $font_24_bold;
max-height: 3.6em;
}