From b89b0c3a500ab18be6f8a1fe0c7468c9359f73fe Mon Sep 17 00:00:00 2001 From: robin Date: Sun, 8 Oct 2023 19:31:08 +0000 Subject: [PATCH] tst --- frontend/src/lib/components/header/mobile.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;