From 43b74dc3c246737494ce37786cf2a18c19d96706 Mon Sep 17 00:00:00 2001 From: moerp Date: Thu, 4 Apr 2024 13:29:03 +0200 Subject: [PATCH] style --- src/static/style.css | 11 ++++++++++- src/templates/index.html | 32 ++++++++++++++++++-------------- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/src/static/style.css b/src/static/style.css index c647785..1459b75 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -231,4 +231,13 @@ button#cancel-button:disabled { button#cancel-button:not(:disabled):hover { background-color: #490000; /* Dunkleres Rot */ -} \ No newline at end of file +} + +.form-layout { + display: flex; + flex-direction: column; +} + +.form-row { + margin-bottom: 10px; +} diff --git a/src/templates/index.html b/src/templates/index.html index 702ee6f..1ae8aac 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -240,21 +240,25 @@ function updateTotalNutrition() {
-
- - - - - - - - - - - - - + +
+ +
+
+ + + + + +
+
+ +
+
+ +
+