Skip to content

Commit

Permalink
mixin was added.
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 5cb2e70 commit 78a5322
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions src/App.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
@import "bootstrap/scss/functions";
@import "bootstrap/scss/variables";
@import "bootstrap/scss/mixins";

.navbar-custom-style {
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 @@ -50,15 +44,24 @@
position: fixed !important;
}

@media screen and (min-width: 768px) {
.footer-logo-map {
width:60%
}

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

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

.footer-logo-map {
width:60%
}

0 comments on commit 78a5322

Please sign in to comment.