Skip to content

Commit

Permalink
Restore Link to Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Nov 20, 2023
1 parent a3253aa commit 65ac3c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion translate/src/modules/navbar/components/Navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
}

@media screen and (max-width: 600px) {
.navigation {
.navigation > ul > li:first-child {
margin-right: -7px;
}

.navigation > ul > li:not(:first-child) {
display: none;
}
}
Expand Down

0 comments on commit 65ac3c6

Please sign in to comment.