diff --git a/stroll.html b/stroll.html
index 30dede0..0164937 100644
--- a/stroll.html
+++ b/stroll.html
@@ -166,10 +166,10 @@
-
+
-
-
@@ -190,6 +188,8 @@
+
+
diff --git a/style.css b/style.css
index e7b1cde..a5d127f 100644
--- a/style.css
+++ b/style.css
@@ -97,6 +97,9 @@ body.dark div {
.growth-part {
width: 100px !important;
}
+ #growth-part-select {
+ width: 100px !important;
+ }
.growth-amount {
width: 100px !important;
}
@@ -748,6 +751,7 @@ body.dark .meterLabel {
display: flex;
flex-wrap: wrap;
flex-direction: column;
+ text-align: left;
flex: 0 1 400px;
}
@@ -761,8 +765,10 @@ body.dark .meterLabel {
height: 100%;
}
-#growth-box-right {
- height: 100%;
+#growth-part-select {
+ display: block;
+ height: 100px;
+ font-size: 20px;
}
.growth-part {