diff --git a/_includes/header.html b/_includes/header.html index 8855aed5d..a7fa95906 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,7 +6,7 @@ {{ site.title }} - + @@ -14,7 +14,7 @@ - + {% for page in site.pages %} {% if page.title %} {{ page.title }} @@ -27,3 +27,19 @@ + diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 12b011783..d471efd16 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -49,9 +49,9 @@ body{ height: 100%; margin: 0;} @include media-query($on-palm) { position: absolute; - top: 9px; + top: 14px; right: 30px; - background-color: $background-color; + background-color: white; border: 1px solid $grey-color-light; border-radius: 5px; text-align: right; @@ -80,14 +80,11 @@ body{ height: 100%; margin: 0;} display: none; } - &:hover .trigger { - display: block; - } - .page-link { padding: 5px 10px; vertical-align: middle; color: #2388DB; + display: block; } } }