aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/Game.module.css
blob: 2f0e98ea22dfe02b6dbb25d7a97cad95fd9ca698 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.gameContainer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: auto;
	align-content: center;
}

.card {
	flex: 0 0 auto;
	margin: 10px;
}
(git 2.53.0) at 2026-05-15 08:27:50 +0000