Give line blocks the same line height as regular text

This commit is contained in:
Jesse Tan 2018-05-07 13:40:44 +02:00
parent 55536dea2b
commit f17c94cb0f

View File

@ -132,6 +132,7 @@
.line-block
margin-left: 0px
margin-bottom: $base-line-height
line-height: $base-line-height
.line-block .line-block
margin-left: $base-line-height
margin-bottom: 0px