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:
parent
330e233869
commit
7d6f35b0af
2 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue