1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Remove blockquote line-height property

This commit is contained in:
Lucas Bigot
2024-03-27 20:34:16 -04:00
parent 40c0c30672
commit 08df2d9ac4

View File

@@ -316,7 +316,6 @@
// @include heading-h3;
padding: 0;
color: currentColor;
line-height: 1;
padding: 0;
padding-top: rem(80px);
margin-left: 0;
@@ -342,10 +341,6 @@
}
}
* {
line-height: 1;
}
& + p {
padding-top: 0;
}