aboutsummaryrefslogtreecommitdiff
path: root/client/src/components/Header/Header.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/Header/Header.module.css')
-rw-r--r--client/src/components/Header/Header.module.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/components/Header/Header.module.css b/client/src/components/Header/Header.module.css
index 6edcee1..3fe6741 100644
--- a/client/src/components/Header/Header.module.css
+++ b/client/src/components/Header/Header.module.css
@@ -13,3 +13,13 @@
.header__mini{
color: var(--color-yellow);
}
+
+@media screen and (max-width: 480px) {
+ .header {
+ margin: 0.5rem 1rem;
+ }
+
+ .header h1 {
+ font-size: 2rem;
+ }
+}