Skip to content

Commit

Permalink
Update font size for iOS and Mozilla on Android
Browse files Browse the repository at this point in the history
Adjust font size for specific devices to improve readability and
consistency.
  • Loading branch information
joone committed Mar 24, 2024
1 parent d1be1bc commit 089a6ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
html {
color: #232333;
font-family: 'Roboto Mono', monospace;
font-size: 15px;
font-size: 17px;
line-height: 1.6em;
}

@media screen and (min-width: 1100px) {
/* for iOS and Mozilla on Android */
@media only screen and (hover: none) and (pointer: coarse){
html {
font-size: 17px;
font-size: 15px;
}
}

Expand Down

0 comments on commit 089a6ec

Please sign in to comment.