少し戻す

gh-pages
Rui 2018-02-28 19:28:48 +09:00 committed by GitHub
parent 97f298aec9
commit 2ce45028ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
padding: 0 1em 1em 1em;
@include media-mobile {
$top-padding: calc($header-height - $font-size-mobile);
$line-height: ($font-size * 20 / 14);
$line-height-mobile: ($line-height * 1.1);
$top-padding: ($line-height-mobile * 3 - $font-size-mobile);
padding-top: $top-padding;