Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Fix logo width
Browse files Browse the repository at this point in the history
  • Loading branch information
underbleu committed Mar 19, 2020
1 parent 0e51d6c commit 57ea64a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
}

.Nav__logo {
width: 180px;
img { width: 100%; }
width: 160px;
overflow: hidden;
img { width: 180px; }
}

.Nav__network {
Expand Down

0 comments on commit 57ea64a

Please sign in to comment.