Skip to content

Commit b2e5e37

Browse files
authored
Keep font smaller on iOS
1 parent fd917a9 commit b2e5e37

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

web/static/styles/global.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,4 +775,14 @@ code {
775775
.pasteHeader {
776776
padding: 0.5rem;
777777
}
778-
}
778+
}
779+
780+
@media screen and (max-device-width: 480px){
781+
body {
782+
-webkit-text-size-adjust: 100%;
783+
}
784+
785+
code {
786+
-webkit-text-size-adjust: 100%;
787+
}
788+
}

0 commit comments

Comments
 (0)