mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
15 lines
252 B
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;
|
|
}
|
|
|