fix company names not centered and spacing between experience sections
This commit is contained in:
@@ -64,25 +64,49 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* experience tables */
|
.job-entry {
|
||||||
#exprience-table,
|
margin-bottom: 12pt;
|
||||||
table {
|
page-break-inside: avoid;
|
||||||
width: 100%;
|
|
||||||
border-collapse: collapse;
|
|
||||||
margin: 6pt 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#exprience-table td,
|
.job-entry:last-child {
|
||||||
table td {
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* experience tables */
|
||||||
|
#exprience-table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin: 0 0 4pt 0;
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
#exprience-table td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#experience-table td:first-child {
|
||||||
|
width: 33%;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#experience-table td:nth-child(2) {
|
||||||
|
width: 34%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#experience-table td:last-child {
|
||||||
|
width: 33%;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
#experience-table b,
|
#experience-table b,
|
||||||
table b {
|
table b {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* paragraphs */
|
/* paragraphs */
|
||||||
|
|||||||
Reference in New Issue
Block a user