make the input font size large enough to make safari not zoom

This commit is contained in:
Charlotte Som 2025-02-26 08:46:51 +00:00
parent 6d36179701
commit 2bbfd6832c
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ nav {
form input {
width: 100%;
font-size: 16px;
}
section,

View file

@ -1,5 +1,6 @@
<!doctype html>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>llm-py-web</title>
<link rel="stylesheet" href="/css/char.css" />