mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed line clamping on lab
This commit is contained in:
parent
46a3e47cb2
commit
6761ca6330
4 changed files with 10 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
|||
line-height: 1.3em;
|
||||
|
||||
@include tablet {
|
||||
@include clamp(20, 1.3 * 16);
|
||||
@include clamp(20, 1.3 * 16px);
|
||||
padding: 0 $lab_gap_mobile;
|
||||
font: $font_16_regular;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue