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

.reveal h2 {
	font-size:1.3em;
	hyphens: auto;
}

.reveal code {
	font-size:1.2em;
	line-height:1.0em;
}

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