aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/HeaderBar/index.tsx8
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>