summaryrefslogtreecommitdiffstats
path: root/styles/projets.css
blob: 01249a82bbccf086aafd0863b2185383dfd1482a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
h2 {
	font-size: 1.5em;
	margin-top: 40px;
	margin-bottom: 10px;
}

h3 {
	margin-top: 40px;
}

hr+h3 {
	margin-top: 0;
}

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