summaryrefslogtreecommitdiffstats
path: root/assets/scss/print/_education.scss
blob: 8984bfa0c385a28f0b92534f40a34a2dfa49417e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.education {
  // avoid page breaks inside the education section
  page-break-inside: avoid;
  margin-top: 24pt;
  // remove the extra space added for the website
  margin-bottom: 0;
}

.education__degree {
  font-size: 10pt;
}

.education__details {
  margin-top: 0.3em;
}