diff options
author | sptaule <lecas83@gmail.com> | 2022-01-31 19:13:50 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-31 19:13:50 +0100 |
commit | 8306cc774c2e51e039100399cc2950e38ff1e11d (patch) | |
tree | fcc5661b652c0eefec137baee63efd9362e01683 /templates | |
parent | 3108a8a78f8bcf13ab7c2a0c3f0f7258a8206be4 (diff) | |
download | garagehq.deuxfleurs.fr-8306cc774c2e51e039100399cc2950e38ff1e11d.tar.gz garagehq.deuxfleurs.fr-8306cc774c2e51e039100399cc2950e38ff1e11d.zip |
Update map
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/index.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/index.html b/templates/index.html index b48614f..94813fe 100755 --- a/templates/index.html +++ b/templates/index.html @@ -25,10 +25,13 @@ </div> <div class="w-full flex flex-col items-center justify-center border-b"> - <div id="map-container" class="relative w-full shadow-inner border-t border-b"> - <span class="hidden md:inline-block absolute top-1/2 left-1/2 transform -translate-y-1/2 text-xl md:text-2xl lg:text-3xl text-white font-light select-none px-2 py-1.5 rounded shadow-lg border border-gray-400" style="background:#999999;"> - Made for redundancy - </span> + <div id="map-about" class="w-full shadow-lg mx-auto flex flex-col lg:flex-row items-center justify-around lg:space-x-12 py-4 text-sm text-gray-700 border-t"> + <p class="text-garage-orange text-2xl tracking-wide">Made for redundancy</p> + </div> + <div id="map-container" class="relative w-full shadow-inner border-b"> + <div class="absolute top-0 left-1/2 transform -translate-x-1/2 w-16 overflow-hidden inline-block"> + <div class="h-8 w-8 bg-white -rotate-45 transform origin-top-left shadow-md"></div> + </div> </div> <div id="map-legend-container" class="max-w-7xl mx-auto flex flex-col lg:flex-row items-center justify-around lg:space-x-12 py-2 text-sm text-gray-700"> <div> |