more line height looks better

This commit is contained in:
Alex Grin 2016-06-07 11:46:11 -04:00
parent 8724122e32
commit fc0a874a23

View file

@ -11,7 +11,7 @@ html
body body
{ {
font-family: $font-body; font-family: $font-body;
line-height: 1.3333; line-height: 1.5;
min-height: 100%; min-height: 100%;
position: relative; position: relative;
} }
@ -199,4 +199,4 @@ body
{ {
@include flex(2); @include flex(2);
} }
} }