Sync: adjust layout styles for improved alignment and centering of elements

This commit is contained in:
Matt Batchelder
2026-02-21 17:22:35 -05:00
parent 25da755378
commit 4e4549e865

View File

@@ -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;
}