Skip to content

Commit

Permalink
Tweak respponsiveness to headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mojowen committed Mar 5, 2024
1 parent 3a9e225 commit 4bdbb04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/app-root/app-root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
@media (min-width: 900px) {
width: auto;
padding: 0 0.75rem;
font-size: 1.3rem;
}
@media (min-width: 1000px) {
font-size: 1.5rem;
}
}
Expand Down

0 comments on commit 4bdbb04

Please sign in to comment.