line-heightを大きくする

gh-pages
Rui 2018-02-28 17:56:23 +09:00 committed by GitHub
parent 9403e46abc
commit bf1af970bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -1,20 +1,15 @@
//
body {
$line-height: ($font-size * 20 / 14);
background: $background;
color: $text-color;
font-family: $font-family;
font-size: $font-size;
letter-spacing: 0.075em;
line-height: $line-height;
line-height: 1.4em;
margin: 0;
//
@include media-mobile {
$line-height-mobile: ($line-height * 1.1);
font-size: $font-size-mobile;
line-height: $line-height-mobile;
}
}