diff --git a/frontend/src/lib/components/header/mobile.svelte b/frontend/src/lib/components/header/mobile.svelte index 689e92f..14989d1 100644 --- a/frontend/src/lib/components/header/mobile.svelte +++ b/frontend/src/lib/components/header/mobile.svelte @@ -282,14 +282,14 @@ margin-top: -15px; .logo-text { padding: 0px 5px; - width: 200px; + width: 180px; p { white-space: nowrap; text-align: left; } & > #upper { font-family: "Dekko" !important; - font-size: 53px; + font-size: 42px; font-weight: 700; word-spacing: 5px; letter-spacing: 4px; @@ -297,7 +297,7 @@ color: rgb(184, 16, 16); } & > #lower { - font-size: 12px; + font-size: 10px; letter-spacing: 0.4px; margin-top: -15px; font-weight: bold;