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 @@