fix: center game boxes on page
This commit is contained in:
@@ -66,6 +66,7 @@ main {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: var(--gap);
|
gap: var(--gap);
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Game Card ──────────────────────────────────── */
|
/* ── Game Card ──────────────────────────────────── */
|
||||||
|
|||||||
Reference in New Issue
Block a user