Sync: adjust layout styles for improved alignment and centering of elements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user