From 3d62bafcbd2972ad70e6783d73a2ab7d5700d20d Mon Sep 17 00:00:00 2001 From: fhrk-78 <78fhruby78@gmail.com> Date: Tue, 19 Nov 2024 13:07:33 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A2=E3=83=90=E3=82=A4=E3=83=AB=E7=94=A8?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5ee0685..948accc 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - font-size: 2rem; + font-size: 1.2rem; } main { @@ -55,6 +55,10 @@ .f { background-color: white; } + + input[type="number"] { + width: 95vw; + }