about summary refs log tree commit diff
path: root/served/bits/sillygifs/sillygifs.css
blob: 678e2923f9f631c3e75982f9dbd6817915fb71d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
table {
	margin: 1rem auto;
}

@media (max-width: 50rem) {
	/* Modile target */
	table {
		width: 100%;
	}
}

@media (min-width: 50rem) {
	/* Desktop target */

	table {
		min-width: 25rem;
	}

	td {
		margin: 0 1rem;
	}
}