16 lines
226 B
SCSS
16 lines
226 B
SCSS
.site-header {
|
|
h1 {
|
|
font-size: 30pt;
|
|
}
|
|
}
|
|
.project-list li {
|
|
margin-bottom: 0.2em;
|
|
}
|
|
.project-list a,
|
|
.project-list a:visited {
|
|
font-family: $iosevka;
|
|
}
|
|
|
|
.home-link:not(:last-of-type)::after {
|
|
content: " • ";
|
|
}
|