mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
change title font
This commit is contained in:
parent
4f45a80d56
commit
f3f0483bfe
2 changed files with 1 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue