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;
|
overflow: visible;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Stage ─────────────────────────────────────────────────── */
|
/* ── Stage ─────────────────────────────────────────────────── */
|
||||||
@@ -5086,7 +5090,7 @@ p:last-child { margin-bottom: 0; }
|
|||||||
aspect-ratio: 4/3;
|
aspect-ratio: 4/3;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 18px;
|
gap: 18px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user