change title font

This commit is contained in:
Niklas 2025-06-27 14:12:37 +02:00 committed by BlankAccountsUsername
parent 4f45a80d56
commit f3f0483bfe
2 changed files with 1 additions and 11 deletions

View file

@ -72,7 +72,7 @@ function Header() {
<>
<header className="base-header blue-background">
<div className="header-icon"> <img className="header-icon-feather" src='/assets/icons/BirdIconO.ico' alt="featherIcon" /> </div>
<p className="header-title">
<p className="header-title small-title">
Feather Feed
</p>
<div className="header-icon header-icon-menu"> <img src='/assets/icons/menu_orange.svg' alt="menu" onClick={toggleMenu} /> </div>