summaryrefslogtreecommitdiffstats
path: root/styles/cv.css
blob: 2a054e0b4e074a12db55c0ae2c65964460f137e1 (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
#profil {
	text-align: center;
}

#profil h2 {
	font-size: 1.5em;
	margin-top: 0;
}

#profil h3 {
	font-size: 1.2em;
}

h2 {
	font-size: 2em;
	margin-top: 40px;
	margin-bottom: 10px;
}

p+h3 {
	margin-top: 30px;
}

h5+p {
	margin-top: 5px;
}