#92, use 'em' units for markdown line-height

This commit is contained in:
Alex Shpak
2019-10-27 20:20:13 +01:00
parent 179d4443b8
commit 1b6469f7b1
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
@import 'variables';
.markdown {
line-height: 1.6;
line-height: 1.6em;
h1, h2, h3, h4, h5 {
font-weight: normal;
line-height: 1;
line-height: 1em;
margin-top: 1.5em;
margin-bottom: $padding-16;
}