diff options
Diffstat (limited to 'StoneIsland/www/css/index.css')
| -rwxr-xr-x | StoneIsland/www/css/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css index fa3dae54..88022823 100755 --- a/StoneIsland/www/css/index.css +++ b/StoneIsland/www/css/index.css @@ -17,7 +17,7 @@ body { -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ background: #fff; font-family: pfd, sans-serif; - font-size: 14px; + font-size: 0.875rem; padding-top: constant(safe-area-inset-top); } a, a:visited { @@ -71,7 +71,7 @@ span.err { text-align: center; justify-content: center; align-items: center; - font-size: 14px; + font-size: 0.875rem; height: 48px; color: red !important; } |
