summaryrefslogtreecommitdiff
path: root/public/static/mobile.css
blob: 17d9539cc5cca650c23f255e368dd46ff3550313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
	margin: 0;
}

div.app > ul > li {
	font-size: 35%;
}

div.app li .moreinfo {
	font-size: 2.6em;
}

p,
div.input-field,
div.notes {
	max-width: 94%;
	margin-left: auto;
	margin-right: auto;
}

p {
	text-align: justify;
}