summaryrefslogtreecommitdiff
path: root/static/styles.css
blob: d38aa7eaeee972639b789081744a610b060344ae (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
label {
	font-family: Cantarell;
	font-weight: bold;
	font-size: small;
}

#gameboard {
	text-align: center;
}

figcaption {
    font-size: small;
	font-weight: bold;
	margin-bottom: .5em;
	text-align: left;
}


.wrapper {
	text-align: left;
    overflow: auto;
    overflow-y; hidden;
    white-space: nowrap;
    padding-top: 10px;
}

img {
    display: inline-block;
	max-height: 500px;
	max-width: 100%;
}

figure {
    vertical-align: top;
    margin: 0;
    padding: 10px;
    display: inline-block;
	max-width: 80%;
}