Skip to content

Commit

Permalink
fix: Resized logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pixdev committed May 6, 2024
1 parent ad505c3 commit 31dabfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/components/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}

.navbar__logoWrapper > svg {
width: 40px;
height: 40px;
width: 2rem;
height: 2rem;
}

.navbar__spaceWrapper {
Expand Down

0 comments on commit 31dabfb

Please sign in to comment.