Skip to content

Commit

Permalink
see if this fixes vertical dimensions on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Aug 15, 2023
1 parent 0365c83 commit e26935b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ $sideMenu-width: 250px;
z-index: 2000;
width: $sideMenu-width - 10px;
padding-top: 1em;
top: 150px;
top: 90px;
bottom: 100px;
}
.sideMenu-2 {
Expand All @@ -617,7 +617,7 @@ $sideMenu-width: 250px;
z-index: 2000;
width: $sideMenu-width - 10px;
padding-top: 1em;
top: 150px;
top: 90px;
bottom: 100px;
}
.mapContainer {
Expand Down
2 changes: 1 addition & 1 deletion src/components/navBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ i {
padding: 27px 30px;
transition: all 0.2s ease-out;
left: calc(5%);
width: 180px;
width: 120px;
align-items: start;
top: -50px;
}
Expand Down

0 comments on commit e26935b

Please sign in to comment.