Skip to content

Commit 473e7b1

Browse files
authored
Merge pull request #3 from pmm248/claude/work-in-progress-01JbUY1CmjAQLw4eNNDwntha
Optimize resume layout to fit on single page
2 parents aa046fe + 75563bd commit 473e7b1

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

resume.html

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,57 @@
66
<title>Peter Mocarski - Resume</title>
77
<style>
88
@media print {
9-
body { margin: 0; }
10-
.resume { box-shadow: none; }
9+
body {
10+
margin: 0;
11+
}
12+
.resume {
13+
box-shadow: none;
14+
padding: 0.4in 0.5in;
15+
font-size: 9.5pt;
16+
}
1117
.download-btn { display: none; }
18+
.header {
19+
margin-bottom: 12px;
20+
padding-bottom: 8px;
21+
}
22+
.name {
23+
font-size: 22pt;
24+
margin-bottom: 4px;
25+
}
26+
.contact {
27+
font-size: 9pt;
28+
}
29+
.section {
30+
margin-bottom: 10px;
31+
}
32+
.section-title {
33+
font-size: 12pt;
34+
margin-bottom: 6px;
35+
padding-bottom: 2px;
36+
}
37+
.job {
38+
margin-bottom: 10px;
39+
}
40+
.job-header {
41+
margin-bottom: 3px;
42+
}
43+
.company {
44+
font-size: 10.5pt;
45+
}
46+
.achievements {
47+
margin-top: 3px;
48+
}
49+
.achievements li {
50+
margin-bottom: 2px;
51+
line-height: 1.25;
52+
}
53+
.education-item {
54+
margin-bottom: 4px;
55+
}
56+
ul {
57+
margin: 0;
58+
padding-left: 16px;
59+
}
1260
}
1361
body {
1462
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

0 commit comments

Comments
 (0)