From 92959d88137dc18e2b38f84fd4f2986c27d117a8 Mon Sep 17 00:00:00 2001 From: bohung Date: Wed, 5 May 2021 09:57:52 +0800 Subject: [PATCH] Change logo and header-nav css. --- assets/stylesheets/template/layout/header.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 7b0046d..6834a87 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -1,4 +1,4 @@ -@charset "utf-8"; +@charset "utf-8"; @import "../initial"; @@ -37,7 +37,7 @@ text-align: right; } @media (max-width:767px){ - display: none; + float: left; } } @@ -64,9 +64,14 @@ @media (max-width: 767px) { height: 5em; } + @media (max-width: 633px) { + width: 100%; + margin: 0; + height: unset; + } @media (max-width: 480px) { - height: 3.5em; + height: unset; padding: 0 0.5rem; margin: 0; }