aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/HeaderBar
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-09-28 21:28:07 +0100
committerGravatar Joe Banks <[email protected]>2020-09-28 21:28:07 +0100
commitde621a37e0dbed7b22a91d1b367abebd418e8ab0 (patch)
tree3e70d0366b4dc3450319ed16827c66f3802c2b08 /src/components/HeaderBar
parentMerge pull request #10 from python-discord/meta/add-license (diff)
Fix responsive scaling for mobile devices
Diffstat (limited to 'src/components/HeaderBar')
-rw-r--r--src/components/HeaderBar/index.tsx6
1 files changed, 6 insertions, 0 deletions
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
</h1>