Skip to content

Commit

Permalink
fix: fixed nav responsiveness on tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkapravo-Ghosh committed Jun 6, 2024
1 parent 40ab1bb commit 428852d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/shared/navbar/Navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@
justify-content: flex-end;

.navbar__mobile__sidebar {
width: 70%;
width: 40%;
min-width: 18rem;
height: 100%;
background-color: #1b1b1b;
border-radius: 20px 0px 0px 20px;
Expand Down Expand Up @@ -241,6 +242,7 @@
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 1rem;

span {
color: var(--h4bred);
Expand All @@ -250,6 +252,7 @@

img {
object-fit: contain;
width: 200px;
}
}
}
Expand Down Expand Up @@ -324,4 +327,4 @@
width: 175px;
}
}
}
}

0 comments on commit 428852d

Please sign in to comment.