diff options
Diffstat (limited to 'src/components/HeaderBar')
-rw-r--r-- | src/components/HeaderBar/index.tsx | 6 |
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> |