diff --git a/minimal-app/src/features/invisibleMaze/invisibleMaze.module.css b/minimal-app/src/features/invisibleMaze/invisibleMaze.module.css
index 29604f3f7175c93e115034efb1df0a84fcb4d9b1..e55ae8ef859cb95b194d2763c6515eedfde167e0 100644
--- a/minimal-app/src/features/invisibleMaze/invisibleMaze.module.css
+++ b/minimal-app/src/features/invisibleMaze/invisibleMaze.module.css
@@ -1,31 +1,31 @@
 .panel {
-  width: 100px;
-  height: 50px;
+  width: 50%;
+  height: 5em;
 }
 .create {
-  width: 100px;
-  height: 50px;
+  width: 50%;
+  height: 5em;
   font-weight: bold;
 }
 .reset {
-  width: 100px;
-  height: 50px;
+  width: 50%;
+  height: 5em;
   font-weight: bold;
 }
 .play {
-  width: 100px;
-  height: 50px;
+  width: 50%;
+  height: 5em;
   font-weight: bold;
 }
 .maze{
   display: flex;
-  flex-flow: row, nowrap;
-  padding: 10px;
+  flex-flow: row nowrap;
+  padding: .5em;
   align-content: center;
 }
 .controlPanel{
   display: flex;
   background-color: maroon;
-  padding: 10px;
-  flex-flow: row, nowrap;
+  padding: 1em;
+  flex-flow: row nowrap;
 }
\ No newline at end of file