summaryrefslogtreecommitdiff
path: root/live/static/css/gb.css
blob: 8152469ebc87c373587a8ae94a907697a28553d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
main {
	text-align: center;
}

div.gameboy {
	display: inline-block;
	background-color: #a89f94;
	border-radius: 10px;
  padding: 1em;
  width: clamp(30ch, 100%, 45ch);
}

div.gameboy img.screen {
	border: 10px solid #2b2b26;
	border-radius: 10px;
	width: 100%;
}

div.gameboy table.controls {
	margin-left: auto;
	margin-right: auto;
}

div.gameboy table.controls input{
  width: 100%;
}