From 2bbfd6832c660c7455526c550e974d7beda53f97 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 26 Feb 2025 08:46:51 +0000 Subject: [PATCH] make the input font size large enough to make safari not zoom --- client/web/css/styles.css | 1 + client/web/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/client/web/css/styles.css b/client/web/css/styles.css index d406648..0be4e84 100644 --- a/client/web/css/styles.css +++ b/client/web/css/styles.css @@ -26,6 +26,7 @@ nav { form input { width: 100%; + font-size: 16px; } section, diff --git a/client/web/index.html b/client/web/index.html index f70f67a..48c97af 100644 --- a/client/web/index.html +++ b/client/web/index.html @@ -1,5 +1,6 @@ + llm-py-web