Skip to content

Commit

Permalink
Map full width on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tina-otoge committed Sep 15, 2024
1 parent 3ad313d commit a4aa494
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/templates/map.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
border-radius: 50%;
border: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 700px) {
#map {
width: 100%;
}
}
</style>
{% endblock styles %}

Expand Down

0 comments on commit a4aa494

Please sign in to comment.