mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
🎨 Add rounded corners to maps on meetups pages
- Updated `map.blade.php` and `landingpage.blade.php` to include `rounded` class for improved styling.
This commit is contained in:
@@ -190,7 +190,7 @@ class extends Component {
|
||||
}"
|
||||
x-init="initializeMap()"
|
||||
>
|
||||
<div id="meetup-map" x-ref="map"></div>
|
||||
<div class="rounded" id="meetup-map" x-ref="map"></div>
|
||||
<p class="text-sm text-gray-500 mt-2">{{ __('Zoom = STRG+Scroll') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -154,6 +154,6 @@ class extends Component {
|
||||
}"
|
||||
x-init="initializeMap()"
|
||||
>
|
||||
<div id="map" x-ref="map"></div>
|
||||
<div class="rounded" id="map" x-ref="map"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user