diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index a573a87..45977e1 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -5076,6 +5076,10 @@ p:last-child { margin-bottom: 0; } overflow: visible; position: relative; font-size: inherit; + display: flex; + align-items: center; + justify-content: center; + align-self: center; } /* ── Stage ─────────────────────────────────────────────────── */ @@ -5086,7 +5090,7 @@ p:last-child { margin-bottom: 0; } aspect-ratio: 4/3; margin: 0 auto; display: flex; - align-items: flex-end; + align-items: center; justify-content: center; gap: 18px; }