update max-height

This commit is contained in:
Barış Soner Uşaklı
2023-04-06 01:17:29 -04:00
parent b912a132a9
commit 2f94b4b850

View File

@@ -95,7 +95,7 @@
-webkit-box-orient: vertical;
-webkit-line-clamp: $lines;
white-space: initial;
max-height: calc(1.5em * $lines);
max-height: calc(1.25em * $lines);
}
@for $i from 1 through 6 {