,
diff --git a/crates/httpd/templates/index.html.tera b/crates/httpd/templates/index.html.tera
index 4ee9a4b..3c1f0e3 100644
--- a/crates/httpd/templates/index.html.tera
+++ b/crates/httpd/templates/index.html.tera
@@ -2,11 +2,11 @@
{% block content %}
Game
{% if servers %}
-
{% else %}
diff --git a/crates/httpd/templates/layout.html.tera b/crates/httpd/templates/layout.html.tera
index 70034f0..26f3c43 100644
--- a/crates/httpd/templates/layout.html.tera
+++ b/crates/httpd/templates/layout.html.tera
@@ -94,6 +94,20 @@
max-width: var(--container-max-width);
}
+ main > form > fieldset {
+ border: 0;
+ margin: 16px 0;
+ }
+
+ main > form > fieldset input {
+ padding: 0 4px;
+ }
+
+ main > form > fieldset input[type="number"] {
+ margin: 0 4px;
+ max-width: 36px;
+ }
+
footer {
display: block;
margin: 16px auto;