Skip to content

Commit

Permalink
footer style was modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jun 6, 2024
1 parent ff3b604 commit 5d76ead
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

Expand Down Expand Up @@ -58,10 +58,12 @@
width:60%
}

@include media-breakpoint-up(xl) {

@include media-breakpoint-up(sm) {
.map-container {
.mapboxgl-map {
margin-top: 120px;
min-height: calc(100dvh - 255px);
}
}
}
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ function App() {
</div>
</div>

<div className='h3 mt-1 mt-md-0 mb-md-0'> &#65088;</div>
<div className='h3 mb-3 mt-0 my-md-0'> &#65088;</div>
<div className='ucf-footer-nav'>
<NavigationMenu
listItemClasses='nav-item my-2'
Expand Down

0 comments on commit 5d76ead

Please sign in to comment.