blob: ebefd2766644307bd99ff3765899a966bbfa8a80 (
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
}
|