From bba55bfc0e5761459740407c50becb9de2447d7e Mon Sep 17 00:00:00 2001 From: chopster44 Date: Fri, 21 Jul 2023 17:26:13 +0100 Subject: [PATCH] Custom item styling --- frontend/index.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/index.css b/frontend/index.css index d34c94b..2c5c574 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -19,7 +19,7 @@ } #menu { - height: 5%; + height: fit-content; width: 100%; padding: 5%; } @@ -31,4 +31,12 @@ .screen { width: 95%; height: 100%; +} + +.button { + width: 100%; +} + +#taskButton { + padding-left: 0; } \ No newline at end of file