Skip to content

Commit

Permalink
Extra column
Browse files Browse the repository at this point in the history
space in mobile view #4630

Signed-off-by: vermabraj <[email protected]>
  • Loading branch information
vermabraj committed Aug 8, 2023
1 parent 50fbcb3 commit 704a3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/General/Navigation/navigation.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const NavigationWrap = styled.header`
display: flex;
}
ul.collapsed {
margin: 1rem 0 1rem 0;
margin: 2rem 0 2rem 0;
}
.nav-item {
position: relative;
Expand Down Expand Up @@ -425,7 +425,7 @@ const NavigationWrap = styled.header`
}
}
@media only screen and (max-width: 1000px) {
@media only screen and (max-width: 999px) {
height: auto;
min-height: 50px;
padding: 15px 20px;
Expand Down

0 comments on commit 704a3d7

Please sign in to comment.