Skip to content

Commit

Permalink
redundant style was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jun 5, 2024
1 parent 78a5322 commit 8db960d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
top: 50px !important;
}

.map-container {
display: flex;
flex-wrap: wrap;

.mapboxgl-map {
margin-top: 110px;
min-height: calc(100dvh - 230px);
}
}

.sr-only {
display: none;
}
Expand Down Expand Up @@ -48,20 +58,10 @@
width:60%
}

.map-container {
display: flex;
flex-wrap: wrap;
.mapboxgl-map {
margin-top: 110px;
min-height: calc(100dvh - 230px);
}
}

@include media-breakpoint-up(sm) {
@include media-breakpoint-up(xl) {
.map-container {
.mapboxgl-map {
margin-top: 120px;
min-height: calc(100dvh - 230px);
}
}
}

0 comments on commit 8db960d

Please sign in to comment.