+
+
diff --git a/html/stages/stages.html b/html/stages/stages.html index 11e1f63..5f6caf3 100644 --- a/html/stages/stages.html +++ b/html/stages/stages.html @@ -51,7 +51,8 @@ /* MAIN CONTENT */ .content { display: flex; - justify-content: center; + flex-direction: column; + align-items: center; padding-top: 24px; } @@ -59,9 +60,19 @@ width: 65%; max-width: 600px; height: auto; + margin-bottom: 20px; + } + + .stages-container { + width: 100%; + display: flex; + flex-direction: column; + align-items: center; + gap: 30px; } +
+
+