add back line height, remove vbox lineheight
This commit is contained in:
parent
6305a96875
commit
bb765b86e6
1
client/assets/styles/skeleton.css
vendored
1
client/assets/styles/skeleton.css
vendored
@ -123,6 +123,7 @@ html {
|
||||
|
||||
body {
|
||||
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: #222; }
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
.vbox {
|
||||
margin-bottom: 2em;
|
||||
|
||||
line-height: 0;
|
||||
.vbox-hdr {
|
||||
margin-bottom: 1em;
|
||||
height: 2em;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user