aboutsummaryrefslogtreecommitdiff
path: root/styles/recentGames.css
blob: c7150aa583424dcb7851426d70176864f1991584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
table .leftAlignedColumn {
	text-align: left;
	padding-left: var(--spacing-medium);
}

table .rightAlignedColumn {
	text-align: right;
	padding-left: var(--spacing-medium);
}

table.recentGames {
	margin-top: var(--spacing-medium);
}

table.recentGames a {
	font-weight: 500;
}

div.recentGames .nogames {
	margin: 32px 64px;
}