diff --git a/stages/index.html b/stages/index.html index 8bd74d3..b980f94 100644 --- a/stages/index.html +++ b/stages/index.html @@ -26,22 +26,20 @@
-
- -
- -
- Use the stage information to guide your weapon strategy and battle strategy! -
-
+
+ +
+ Use the stage information to guide your weapon strategy and battle strategy!
-
+
+
+ diff --git a/stages/styles.css b/stages/styles.css index e0de196..259cde0 100644 --- a/stages/styles.css +++ b/stages/styles.css @@ -49,13 +49,13 @@ body { .logo-left-align { display: flex; - flex-direction: row; - align-items: center; + flex-direction: column; + align-items: flex-start; justify-content: flex-start; width: 100%; + margin-top: 20px; margin-bottom: 20px; margin-left: 40px; - gap: 20px; } #stage-header-logo { @@ -95,14 +95,14 @@ body { .stage-info-text { margin: 0; - padding-top: 0px; + padding-top: 20px; + padding-right: 100px; max-width: 1200px; text-align: left; color: white; font-family: "Regular", sans-serif; font-size: 24px; line-height: 1.3; - margin-right: 270px; } .stages-container {