summaryrefslogtreecommitdiffstats
path: root/assets/css/application.css
blob: 4b3396b0c788986bdc28513585847e26f17ae992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Application */
/* General global styles */


/* . Layout . */
body {
	background: url('../images/background.png') repeat;
	padding: 0 2em;
}


header {
	font-family: neoretrodrawregular, znikomitno24regular, seasideresortnfregular, itsadzokes01regular, sans-serif;
	font-size: 80px;
	margin: 0.2em 0 0.4em;
}


#samples {
	margin: 3em 2em;
}