From f3f0483bfe202ac38071497f5b60cb0d8e21e95a Mon Sep 17 00:00:00 2001 From: Niklas <198754647+BlankAccountsUsername@users.noreply.github.com> Date: Fri, 27 Jun 2025 14:12:37 +0200 Subject: [PATCH] change title font --- code/frontend/src/components/Header.tsx | 2 +- code/frontend/src/components/header.css | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/code/frontend/src/components/Header.tsx b/code/frontend/src/components/Header.tsx index 7faaa86..4bce7ed 100644 --- a/code/frontend/src/components/Header.tsx +++ b/code/frontend/src/components/Header.tsx @@ -72,7 +72,7 @@ function Header() { <>
featherIcon
-

+

Feather Feed

menu
diff --git a/code/frontend/src/components/header.css b/code/frontend/src/components/header.css index 360da36..9967b0c 100644 --- a/code/frontend/src/components/header.css +++ b/code/frontend/src/components/header.css @@ -19,17 +19,7 @@ } .header-title { - display: flex; - width: 162px; - height: 63px; - flex-direction: column; - justify-content: center; - flex-shrink: 0; - font-weight: bold; - font-size: x-large; - color: var(--Rotkehlchen-orange-default); - text-align: center; } .header-icon-feather { height: 35px;