diff options
Diffstat (limited to 'templates/index.html')
-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> |