Anpassungen für mobile

This commit is contained in:
2025-03-27 20:09:08 +01:00
parent 6b97008643
commit b39370a6b5
18 changed files with 18 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
<div class="container mx-auto p-4">
<div class="bg-white drop-shadow-custom-bg rounded-lg overflow-hidden">
<div class="bg-white drop-shadow-custom-bg-mobile md:drop-shadow-custom-bg rounded-lg overflow-hidden">
@if(listing){
<div class="p-6 relative">
<h1 class="text-3xl font-bold mb-4">{{ listing?.title }}</h1>