fix: center create game button

This commit is contained in:
thibaud-leclere 2026-04-03 21:42:59 +02:00
parent 2382d6f8d3
commit b641f947ba

View file

@ -730,6 +730,8 @@ body {
.btn-start {
padding: 14px 32px;
font-size: 16px;
display: block;
margin: 0 auto;
}
/* ── Game config panel ── */