Setup menu

- split hero into title, nav. bar and logo
- put top-level pages directly in layout dir. vs. individ. sections
- converted toml config to yaml
- modified meta description
This commit is contained in:
2019-02-11 09:08:27 -05:00
parent 35ff5e4394
commit 049dc247a6
16 changed files with 93 additions and 59 deletions

View File

@@ -446,6 +446,19 @@ h1.site-title {// {{{
// margin-top: .75em;
@include vert-padding-rem(1);
.caret {
color: #f2f0ec;
margin-right: .75rem;
}
.nav-bar-links {
display: inline;
.nav-bar-link {
padding-right: .5em;
}
}
@media (max-width: $phone-width) {
// font-size: .9em;
font-size: .8em;