Skip to content

Commit

Permalink
feat: remove github and edit button from global nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jun 26, 2020
1 parent 5179d24 commit 55c507d
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 55c507d

Please sign in to comment.