[A11y] allow users to scale website

* on smaller screens, make fontsize bigger for inputs to not have iPhones zoom on focus
This commit is contained in:
Richard Schreiber
2025-04-23 14:36:28 +02:00
committed by GitHub
parent 48c2d57cd4
commit 9d01072880
4 changed files with 10 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=false">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
body {
background-color: #eee;