Skip to content

Commit

Permalink
margin mobile fix maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 23, 2023
1 parent 76a9334 commit e3d891e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/map/compareButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
position: absolute;
top: 78px;
left: 10px;
width: 150px;
width: 160px;
height: 40px;
background-color: white;
border: 2px solid rgba(0, 0, 0, 0.2);
Expand Down
2 changes: 1 addition & 1 deletion src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ $sideMenu-width: 250px;
}
@media only screen and (max-width: 600px) {
.hideMenuButton {
left: 10px;
left: 0px;
}
.searchResultDiv {
margin-top: 15px;
Expand Down

0 comments on commit e3d891e

Please sign in to comment.