From 773967db203be3744012a2243bf316cca0fa0d50 Mon Sep 17 00:00:00 2001 From: Rui Date: Tue, 16 Jan 2018 11:07:59 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A2=E3=83=90=E3=82=A4=E3=83=AB=E3=83=98?= =?UTF-8?q?=E3=83=83=E3=83=80=E3=81=AB=E3=82=B3=E3=83=B3=E3=83=86=E3=83=8A?= =?UTF-8?q?=E7=94=A8=E3=81=AEbox-shadow=E3=82=92=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit つらい --- _sass/_header.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_sass/_header.scss b/_sass/_header.scss index b55be0e..5cc780d 100644 --- a/_sass/_header.scss +++ b/_sass/_header.scss @@ -6,8 +6,7 @@ header { padding: 1em; @include media-mobile { - border-bottom: $border-default; - box-shadow: $container-box-shadow; + box-shadow: $header-mobile-box-shadow; position: fixed; width: 100%; z-index: 9999;