@page { margin: 1cm 1.5cm } body { margin-left: 0 margin-right: 0 font-size: 9pt } // Header section styling header { // Name h1 { font-size: 27pt margin-top: 0.2em margin-bottom: 0 } // Address/Contacts address { .tel { display: inline } .web { display: inline } } } article { h1 { font-size: 18pt margin-bottom: -0.5em } } .summary { p { margin-top: 2em } } .skills { dt { min-width: 12% } dd { width: 80% margin-left: 20px margin-bottom: 0 } } .work { // avoid page breaks inside a work experience section article { page-break-inside: avoid } article > .info { // company h2 { margin-top: 0.8em } } } .writing, .projects { article { // title h2 { margin-top: 1.2em } // description p { margin-bottom: -0.4em } } } .education { article { // remove the extra space added for the website margin-bottom: 0 // title h2 { margin-top: 1.2em } // university/grade p { margin-bottom: -0.4em } } }