From de621a37e0dbed7b22a91d1b367abebd418e8ab0 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 28 Sep 2020 21:28:07 +0100 Subject: Fix responsive scaling for mobile devices --- src/components/HeaderBar/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components/HeaderBar/index.tsx') diff --git a/src/components/HeaderBar/index.tsx b/src/components/HeaderBar/index.tsx index 0569e3d..94dd900 100644 --- a/src/components/HeaderBar/index.tsx +++ b/src/components/HeaderBar/index.tsx @@ -45,6 +45,12 @@ function HeaderBar() { @media (max-width: 580px) { font-size: 2em; } + + @media (max-width: 400px) { + font-size: 1.5em; + text-align: center; + margin-left: 0; + } `}> Python Discord Forms -- cgit v1.2.3