summaryrefslogtreecommitdiff
path: root/platform-workshop/css/custom.css
blob: c1764860c261bf9991c1c9031638f321c360804a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.reveal h2 {
	font-size:2.07em;
	hyphens: auto;
}

.reveal h1 {
	font-size: 2.55em;
}

.reveal code {
	font-size:1.5em;
	line-height:1.3em;
}

.reveal pre code {
	width: 99%;
	margin: 20px auto;
}