diff --git a/index.html b/index.html index c7f8f79..df02afb 100644 --- a/index.html +++ b/index.html @@ -38,8 +38,10 @@ aside > container { flex-wrap: wrap; gap: 12px; } -aside button { +aside button, aside input[type="number"] { font-size: 20px; +} +aside button { min-width: 27px; } aside input[type="checkbox"] { @@ -92,16 +94,21 @@ aside > container > div {