blob: fd0ba28282c0055b0977c11012f5a07e174b5103 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
.education {
// avoid page breaks inside the education section
page-break-inside: avoid;
margin-top: 75px;
// remove the extra space added for the website
margin-bottom: 0;
}
.education__details {
margin-top: 0.3em;
}
|