Skip to content

Commit

Permalink
Differentiate taxonomy navigation sections more
Browse files Browse the repository at this point in the history
- Adds a dividing line to the first section
- Increases the contrast of the dividing line
  • Loading branch information
andrewgarner committed Jul 31, 2018
1 parent 6c42c7d commit e154360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/helpers/_taxonomy-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
.taxonomy-navigation__section {
padding: $gutter-one-third 0 $gutter-two-thirds 0;
margin-top: $gutter-half;
border-top: 1px solid $grey-2;
border-top: 1px solid $black;
}

.taxonomy-navigation__section:first-of-type {
border-top: 0;
margin-top: $gutter * 1.5;
}

0 comments on commit e154360

Please sign in to comment.