Update map
This commit is contained in:
parent
3108a8a78f
commit
8306cc774c
2 changed files with 5192 additions and 5 deletions
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 252 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue