fixed typos and changed margin for pdf to fit one page
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
/* PDF page settings - Weasyprint */
|
/* PDF page settings - Weasyprint */
|
||||||
@page {
|
@page {
|
||||||
size: letter;
|
size: letter;
|
||||||
margin: 0.75in;
|
margin: 0.5in 0.75in;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* reset body -let @page handle margins */
|
/* reset body -let @page handle margins */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
color #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* contact section */
|
/* contact section */
|
||||||
@@ -64,6 +64,12 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#experience {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.job-entry {
|
.job-entry {
|
||||||
margin-bottom: 12pt;
|
margin-bottom: 12pt;
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
@@ -73,15 +79,17 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* experience tables */
|
/* experience tables */
|
||||||
#exprience-table {
|
#experience-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin: 0 0 4pt 0;
|
margin: 0 0 4pt 0;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exprience-table td {
|
#experience-table td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -111,13 +119,13 @@
|
|||||||
|
|
||||||
/* paragraphs */
|
/* paragraphs */
|
||||||
p {
|
p {
|
||||||
margin: 4pt 0,
|
margin: 4pt 0;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* lists */
|
/* lists */
|
||||||
ul {
|
ul {
|
||||||
marginL 4pt 0 8pt 0;
|
margin: 4pt 0 8pt 0;
|
||||||
padding-left: 18pt;
|
padding-left: 18pt;
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user