From a506b4334cc5415fb3278e99ec5557f39a96595b Mon Sep 17 00:00:00 2001 From: fungal Date: Mon, 18 Dec 2023 16:36:00 +0100 Subject: [PATCH] make submission form more pleasing to look at --- templates/index.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 9283017..c923889 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,6 +14,21 @@ nav>a { margin: 1ch; } + + form>div { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + margin-block-end: 2ch; + } + + div>label { + flex-basis: 25%; + } + + div>input { + flex-basis: 70%; + } @@ -31,8 +46,6 @@
-
-