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>

View file

@ -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;