fix bottom margin of p tags in line-clamp

base on line-height
isekai-main
Barış Soner Uşaklı 2 years ago
parent 445a475292
commit bfb45045f6

@ -96,6 +96,9 @@
-webkit-line-clamp: $lines;
white-space: initial;
max-height: calc($line-height * $lines);
> p {
margin-bottom: $line-height;
}
}
@for $i from 1 through 6 {

Loading…
Cancel
Save