Skip to content

Commit

Permalink
fix for mobile display
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua T Kalis committed Sep 22, 2024
1 parent 5b2ee7d commit 09eaec9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/styles/kalisjoshua.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ nav {
}
}

@media screen and (max-width: 500px) {
h1 {
font-size: 150%;
}
}

@media screen and (min-width: 900px) {
.layout {
display: grid;
Expand Down

0 comments on commit 09eaec9

Please sign in to comment.