Skip to content

Commit

Permalink
fixed same js issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig-Rosario committed Dec 31, 2024
1 parent 1e9dd92 commit cc231b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/components/nav-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
padding: 4px 15px;
vertical-align: text-top;
}
li:last-child {
margin-right: 44px;
}

@media (hover: hover) and (pointer: fine) {
/* stylelint-disable max-nesting-depth */
Expand All @@ -114,9 +117,6 @@
/* stylelint-enable selector-max-specificity */
}
}
.nav-bar.work-menu li:last-child {
margin-right: 44px;
}

.nav-bar-wrapper.sticky > .nav-bar{
padding: 8px 20px 0;
Expand Down

0 comments on commit cc231b3

Please sign in to comment.