diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss index 232c334c8..a7cb0d10f 100644 --- a/app/assets/stylesheets/components/navigation.scss +++ b/app/assets/stylesheets/components/navigation.scss @@ -2,20 +2,15 @@ padding: $gutter-two-thirds $gutter-half 0 0; - ul, - h2 { + h2, + li { @include core-19; - margin: 10px 20px 15px 0; + margin: 10px 20px 0 0; list-style-type: none; } h2 { - font-weight: bold; - margin-bottom: 10px; - } - - li { - margin: 10px 0 0 0; + @include bold-19; } a { diff --git a/app/templates/main_nav.html b/app/templates/main_nav.html index 8996b9ed7..733379e1d 100644 --- a/app/templates/main_nav.html +++ b/app/templates/main_nav.html @@ -46,9 +46,10 @@ {% else %}