make the input font size large enough to make safari not zoom
This commit is contained in:
parent
6d36179701
commit
2bbfd6832c
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ nav {
|
|||
|
||||
form input {
|
||||
width: 100%;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
section,
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue