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; + }