Skip to content

Commit

Permalink
[Changes as per sugession]
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh-wagento committed Jan 10, 2020
1 parent 0d8699c commit ad71c04
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
&.greet.welcome {
border-top: 1px solid @color-gray82;
font-weight: @font-weight__bold;
padding: .8rem 15px .8rem @submenu__padding-left;
padding: .8rem @submenu__padding-left;
}

> a {
Expand All @@ -168,7 +168,7 @@
.lib-css(text-decoration, @navigation-level0-item__text-decoration);
display: block;
font-weight: @font-weight__bold;
padding: .8rem 15px .8rem @submenu__padding-left;
padding: .8rem @submenu__padding-left;
}

.header.links {
Expand Down

0 comments on commit ad71c04

Please sign in to comment.