diff --git a/Gemfile.lock b/Gemfile.lock index 0b66d07976..d222f3cc38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,4 +109,4 @@ DEPENDENCIES wdm (>= 0.1.0) BUNDLED WITH - 2.4.14 + 2.4.14 \ No newline at end of file diff --git a/_sass/layout.scss b/_sass/layout.scss index 8dcbce8362..37b4350dfd 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -116,6 +116,7 @@ header { .filledHeader { // background: linear-gradient(rgb(57, 80, 84) 0%, rgb(0, 211, 169) 100%); // background-size: 100% 1422px; + top: -2px; } .content { diff --git a/_sass/navigation.scss b/_sass/navigation.scss index 1caba7f8ac..1b7dd123d6 100644 --- a/_sass/navigation.scss +++ b/_sass/navigation.scss @@ -244,6 +244,7 @@ a.nav-text:hover { position: absolute; width: 100%; left:0; + translate: 0 -5px; background: transparent; background-color: var(--color-primary-light); max-height: 400px;