From 4f975bd9e17fe68786a813a185c51e31df6573bd Mon Sep 17 00:00:00 2001 From: Rui Date: Tue, 16 Jan 2018 11:23:41 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A9=A6=E8=A1=8C=E9=8C=AF=E8=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 諦めそう --- _sass/_header.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_sass/_header.scss b/_sass/_header.scss index 96a9712..167144d 100644 --- a/_sass/_header.scss +++ b/_sass/_header.scss @@ -8,9 +8,12 @@ header { @include media-mobile { box-shadow: $header-mobile-box-shadow; position: fixed; - text-align: center; width: 100%; z-index: 9999; + + a { + text-align: center; + } } a { @@ -25,6 +28,7 @@ header { } > amp-img { + float: left; margin: $header-img-vertical-adjustment 1em 0 0; } }