diff --git a/main/index.html b/main/index.html index 96d37df..76d0a98 100644 --- a/main/index.html +++ b/main/index.html @@ -33,7 +33,7 @@ .controls { display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(8em, 1fr)); gap: 15px; } @@ -44,9 +44,13 @@ color: #bbb; } + label { + width: 8em; + } + input, select { - width: 80%; + width: 6em; padding: 8px; background: #3d3d3d; border: 1px solid #555; @@ -108,11 +112,12 @@ } #resetBtn { - background:#ef4444; - color:#fff; - padding:4px 8px; - font-size:0.8rem; + background: #222; + color: #e66; + border: 1px solid; + font-size: 0.8rem; height: 4em; + width: 6em; } @@ -139,7 +144,7 @@ -