Skip to content

Commit

Permalink
Merge pull request #284 from newrelic/cayla/global-nav-bug
Browse files Browse the repository at this point in the history
Remove github and edit button from global nav
  • Loading branch information
caylahamann authored Jun 26, 2020
2 parents c7a28d2 + 55c507d commit d703618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/GlobalHeader.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
display: flex;
list-style-type: none;
align-items: center;
@media (max-width: 600px) {
display: none;
}
}

.rightSideButton {
Expand Down

0 comments on commit d703618

Please sign in to comment.