add back line height, remove vbox lineheight

This commit is contained in:
Mashy 2019-11-13 13:46:41 +10:00
parent 6305a96875
commit bb765b86e6
2 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@ html {
body { body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400; font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222; } color: #222; }

View File

@ -1,6 +1,6 @@
.vbox { .vbox {
margin-bottom: 2em; margin-bottom: 2em;
line-height: 0;
.vbox-hdr { .vbox-hdr {
margin-bottom: 1em; margin-bottom: 1em;
height: 2em; height: 2em;