From f357212b0018da9ecbe2dc2989317e8ee6412c16 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 10 Aug 2020 01:57:27 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98themes/aurora/templates/base.html?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/aurora/templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/aurora/templates/base.html b/themes/aurora/templates/base.html index 9b86563..b5ec652 100644 --- a/themes/aurora/templates/base.html +++ b/themes/aurora/templates/base.html @@ -24,6 +24,12 @@ font-family: AppleGothic, NanumSquare, Sans-serif; } + @media only screen and (max-width: 600px) { + header { + font-size: 1.6em; + } + } + body::-webkit-scrollbar { width: 0; height: 0;