Skip to content

Commit

Permalink
Made logo bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
arguiot committed Mar 16, 2021
1 parent 11c9eea commit 73eeb7e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions styles/NavBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
.logo {
left: 5vw;
height: 100px;
width: 100px;
width: 130px;
transform: unset;
}

Expand Down Expand Up @@ -123,17 +123,16 @@
}
}

@media (max-width: 900px) {
@media (max-width: 1000px) {
.nav {
height: 100px;

.logo {
left: 5vw;
height: 100px;
width: 100px;
width: 130px;
transform: unset;
}

.menuContainer {
display: none;
position: fixed;
Expand All @@ -151,7 +150,7 @@
}
}

@media (min-width: 900px) {
@media (min-width: 1000px) {
.nav .menuContainer {
display: flex !important;
}
Expand Down

1 comment on commit 73eeb7e

@vercel
Copy link

@vercel vercel bot commented on 73eeb7e Mar 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.