Skip to content

Commit

Permalink
Merge pull request #374 from cfpb/ans_fix_sidebar_css_deux
Browse files Browse the repository at this point in the history
Fix sidebar indenting CSS
  • Loading branch information
anselmbradford authored Oct 31, 2019
2 parents 47fca65 + 97237fe commit 56b0362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assets/css/secondary-nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@
});

.m-list_item {
margin-left: unit( 20px / @base-font-size-px, em );
.respond-to-min(@bp-med-min, {
margin-bottom: unit( 4px / @base-font-size-px, em );
});
}

.m-list_link {
padding-left: unit( 20px / @base-font-size-px, em );
.respond-to-max(@bp-sm-max, {
border-style: solid;
border-color: @gray-40;
});
.respond-to-min(@bp-sm-min, {
margin-left: unit( 20px / @base-font-size-px, em );
padding: unit( 4px / @base-font-size-px, em ) unit( 15px / @base-font-size-px, em );
padding-left: 0;
border-bottom: none;
color: @black;
&:hover,
Expand Down

0 comments on commit 56b0362

Please sign in to comment.