Skip to content

Commit

Permalink
fix: set an higher line height for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
paolomainardi authored Jan 30, 2025
1 parent 76713c5 commit 340953e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ figcaption {
}
}
}

@media only screen and (max-width: 768px) {
body {
font-size: 1.6em;
line-height: 1.8em;
}
}

0 comments on commit 340953e

Please sign in to comment.