aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/resume.css
blob: c54af7275170958e9c40e0e4a8a7710209bd9dfc (plain) (blame)
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
27
28
29
30
31
/* mainly for pdf */

@media print {
	html {
		max-width: 85%;
	}

	h1,
	h2,
	h3,
	h4 {
		page-break-after:avoid;
		break-after: avoid;
	}

}

@page {
	size: A3 portrait;

}

body > ul > li,
ul > ul,
ul > ul > li {
	break-inside: avoid;
}

ul:nth-child(1) {
	margin-bottom: 1em;
}
remember that computers suck.