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