diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index 8bbe20b1..06ee22d1 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -3,7 +3,7 @@ border-bottom: 1px solid $color-black; height: 48px; position: fixed; - top: 20px; + top: 28px; width: 100%; z-index: 10; diff --git a/styles/components/_usa_banner.scss b/styles/components/_usa_banner.scss index be5dc5ce..68f63494 100644 --- a/styles/components/_usa_banner.scss +++ b/styles/components/_usa_banner.scss @@ -4,7 +4,7 @@ padding: ($gap / 2) $gap; z-index: 15; position: fixed; - height: 20px; + height: 28px; width: 100%; img { diff --git a/styles/elements/_sidenav.scss b/styles/elements/_sidenav.scss index f154c11e..6674b2e7 100644 --- a/styles/elements/_sidenav.scss +++ b/styles/elements/_sidenav.scss @@ -7,7 +7,7 @@ box-shadow: $box-shadow; overflow: hidden; position: relative; - top: 68px; + top: 76px; width: 25rem; &--minimized { @@ -49,23 +49,23 @@ } } - .sidenav__list--padded { - margin: (4 * $gap) 0; - position: fixed; - overflow-y: scroll; - top: 98px; - bottom: 35px; - left: 0; - width: 25rem; + ul { + &.sidenav__list--padded { + margin: ( 4 * $gap) 0; + position: fixed; + overflow-y: scroll; + top: 106px; + bottom: 35px; + left: 0; + width: 25rem; + } - ul { - list-style: none; - padding: 0; + list-style: none; + padding: 0; - li { - margin: 0; - display: block; - } + li { + margin: 0; + display: block; } } diff --git a/templates/components/sticky_cta.html b/templates/components/sticky_cta.html index abb67d55..75e49ccf 100644 --- a/templates/components/sticky_cta.html +++ b/templates/components/sticky_cta.html @@ -1,5 +1,5 @@ {% macro StickyCTA(text) -%} -
+

{{ text }}

diff --git a/templates/navigation/global_sidenav.html b/templates/navigation/global_sidenav.html index 041d937d..c6141641 100644 --- a/templates/navigation/global_sidenav.html +++ b/templates/navigation/global_sidenav.html @@ -2,11 +2,11 @@ {% from "components/sidenav_item.html" import SidenavItem %} -
+