Files
wona.github.com/sass/custom/_styles.scss

15 lines
252 B
SCSS

// This File is imported last, and will override other styles in the cascade
// Add styles here to make changes without digging in too much
.archives {
.title {
font-size: 1.2em;
}
}
.internship-page {
margin-top: 50px;
margin-bottom: 30px;
}