diff options
author | 2020-09-29 01:00:13 +0100 | |
---|---|---|
committer | 2020-09-29 01:00:13 +0100 | |
commit | 41af45eb63a6f323aa24320cd9743bfc02e13559 (patch) | |
tree | 25d4e8c0b4b6e5a8df3b4a21a9c7ec8a3fcff82a /src | |
parent | Update styling and scaling and add links to FormListing (diff) |
Update header responsiveness
Diffstat (limited to 'src')
-rw-r--r-- | src/components/HeaderBar/index.tsx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/components/HeaderBar/index.tsx b/src/components/HeaderBar/index.tsx index 94dd900..6289dfc 100644 --- a/src/components/HeaderBar/index.tsx +++ b/src/components/HeaderBar/index.tsx @@ -46,11 +46,15 @@ function HeaderBar() { font-size: 2em; } - @media (max-width: 400px) { - font-size: 1.5em; + @media (max-width: 450px) { + font-size: 1.70em; text-align: center; margin-left: 0; } + + @media (max-width: 400px) { + font-size: 1.3em; + } `}> Python Discord Forms </h1> |