Skip to content

Commit

Permalink
changed css in h2 and fixed footer
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Nov 5, 2024
1 parent 6e16752 commit e3e1e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/navigation/footer/footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@
font-family: var(--font-britti-sans) !important;
font-size: 2rem !important;
font-weight: 400 !important;
white-space: normal;
}
6 changes: 3 additions & 3 deletions src/components/text/text.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
}

.h2 {
font-size: 2.5625rem;
font-weight: 500;
line-height: 110%;
font-size: 3rem;
font-weight: 600;
line-height: 120%;
}

.h3 {
Expand Down

0 comments on commit e3e1e1d

Please sign in to comment.