Skip to content

Commit

Permalink
Keep font smaller on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy authored Nov 27, 2024
1 parent fd917a9 commit b2e5e37
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion web/static/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -775,4 +775,14 @@ code {
.pasteHeader {
padding: 0.5rem;
}
}
}

@media screen and (max-device-width: 480px){
body {
-webkit-text-size-adjust: 100%;
}

code {
-webkit-text-size-adjust: 100%;
}
}

0 comments on commit b2e5e37

Please sign in to comment.