Skip to content

Commit

Permalink
Extra column space in mobile view #4630
Browse files Browse the repository at this point in the history
  • Loading branch information
vermabraj committed Aug 8, 2023
1 parent 212d245 commit 50fbcb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2rem 0 2rem 0;
margin: 1rem 0 1rem 0;
}
.nav-item {
position: relative;
Expand Down Expand Up @@ -425,7 +425,7 @@ const NavigationWrap = styled.header`
}
}
@media only screen and (max-width: 912px) {
@media only screen and (max-width: 1000px) {
height: auto;
min-height: 50px;
padding: 15px 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Landscape/LandscapeGrid.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export const LandscapePageWrapper = styled.div`
display: flex;
padding: .7rem;
text-align: left;
margin-left: auto;
margin: auto;
vertical-align: middle;
border: 1px ${props => props.theme.primaryColor};
background-color: ${props => props.theme.darkJungleGreenColor};
Expand Down

0 comments on commit 50fbcb3

Please sign in to comment.