diff --git a/resources/index.html b/resources/index.html index 149ab3f..321ecc5 100644 --- a/resources/index.html +++ b/resources/index.html @@ -104,8 +104,14 @@
- - +
+ + +
+
+ + +
diff --git a/resources/style/index.css b/resources/style/index.css index 6bac758..54473c7 100644 --- a/resources/style/index.css +++ b/resources/style/index.css @@ -281,9 +281,21 @@ body { .bottomSection { display: flex; - flex-direction: column; + flex-direction: row; height: 100%; + width: 100%; background: #141414; + justify-content: space-evenly; +} + +.bottomSection div { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + background: #141414; + margin: 4px; + height: 10%; } #genshinPath {