From 55077d8732cfc062ad876f672d1fab7332b37c80 Mon Sep 17 00:00:00 2001 From: Rui Date: Sat, 17 Mar 2018 00:33:06 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BB=E3=83=9F=E3=82=B3=E3=83=AD=E3=83=B3?= =?UTF-8?q?=E5=BF=98=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_header.scss b/_sass/_header.scss index 62c646d..77b96e8 100644 --- a/_sass/_header.scss +++ b/_sass/_header.scss @@ -38,7 +38,7 @@ header { button { // (ヘッダーサイズ - アイコンサイズ) / 2 // TODO: アイコンサイズを変数にする - $padding: calc(calc(#{$header-height} - 2em) / 2) + $padding: calc(calc(#{$header-height} - 2em) / 2); background: transparent; border: none;