bg for maps

This commit is contained in:
HolgerHatGarKeineNode
2023-03-26 16:50:36 +02:00
parent 7ea3d60788
commit b80d9b9d00
5 changed files with 5 additions and 5 deletions
@@ -135,7 +135,7 @@
}
}"
>
<div id="map" style="width: 100%; height: 300px"></div>
<div id="map" style="width: 100%; height: 300px" class="bg-gray-900"></div>
</div>
</div>
</div>
@@ -166,7 +166,7 @@
}
}"
>
<div id="map" style="width: 100%; height: 300px"></div>
<div id="map" style="width: 100%; height: 300px" class="bg-gray-900"></div>
</div>
</div>
</div>
@@ -83,7 +83,7 @@
}
}"
>
<div id="map" style="width: 100%;" class="h-[200px] sm:h-[400px] my-4 sm:my-0"></div>
<div id="map" style="width: 100%;" class="h-[200px] sm:h-[400px] my-4 sm:my-0 bg-gray-900"></div>
</div>
</div>
</div>
@@ -38,7 +38,7 @@
}
}"
>
<div id="mapworld" style="width: 100%;" class="h-[200px] sm:h-[400px]"></div>
<div id="mapworld" style="width: 100%;" class="h-[200px] sm:h-[400px] bg-gray-900"></div>
</div>
</div>
</section>
@@ -118,7 +118,7 @@
}
}"
>
<div id="map" style="width: 100%; height: 800px"></div>
<div id="map" style="width: 100%; height: 800px" class="bg-gray-900"></div>
</div>
</div>
</div>