mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 09:58:25 -04:00
9 lines
179 B
HTML
9 lines
179 B
HTML
<link rel="stylesheet" href="{{ asset_url('stylesheets/leaflet.css') }}" />
|
|
<style>
|
|
#map {
|
|
z-index: 50;
|
|
margin-bottom: 30px;
|
|
border: 1px solid #b1b4b6;
|
|
}
|
|
</style>
|