fix font size issue on MobileSafari

This commit is contained in:
2026-03-28 17:38:34 -07:00
parent e2dfe4ec04
commit 766eb69313

View File

@@ -7,6 +7,7 @@
body {
overflow: hidden;
font-size: 12px;
-webkit-text-size-adjust: none;
}
svg.icon path {
stroke: black;