Skip to content

Commit

Permalink
font of Michelle Bourdon
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourdo committed Aug 28, 2024
1 parent 46ddfdf commit 576c345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
padding-inline: 16px;
border-radius: var(--radius-8);
}
.headerMB{
font-size: var(--fs-4);
color: var(--gunmetal);
}
.header.active {
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/phone.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ body.nav-active { overflow: hidden; }
z-index: 4;
}
.headerMB{
font-size: var(--fs-3);
font-size: var(--fs-6);
color: var(--gunmetal);
}
.header.active {
Expand Down

0 comments on commit 576c345

Please sign in to comment.