diff --git a/stroll.html b/stroll.html
index b7cfcad..2b9050f 100644
--- a/stroll.html
+++ b/stroll.html
@@ -194,8 +194,6 @@
-
-
diff --git a/style.css b/style.css
index 0043110..64740a0 100644
--- a/style.css
+++ b/style.css
@@ -64,6 +64,7 @@ body.dark div {
margin: auto;
width: 100vw;
height: 100vh;
+ gap: 16px;
}
#stat-container {
@@ -94,6 +95,9 @@ body.dark div {
"stats actions"
"log react-log";
grid-template-columns: 1fr 1fr;
+ grid-template-rows: 1fr 2fr;
+ width: 95vw;
+ height: 95vh;
}
#stat-container {
@@ -758,11 +762,6 @@ body.dark .meterLabel {
flex-wrap: wrap;
flex-direction: column;
text-align: left;
- flex: 0 1 400px;
-}
-
-#growth-box-left {
- height: 100%;
}
#growth-part-select {