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

@@ -3,7 +3,7 @@
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Amanda Taylor -->
@for (user of users; track user) {
<div class="bg-white rounded-lg drop-shadow-custom-bg p-6 flex flex-col justify-between">
<div class="bg-white rounded-lg drop-shadow-custom-bg-mobile md:drop-shadow-custom-bg p-6 flex flex-col justify-between">
<div class="flex items-start space-x-4">
@if(user.hasProfile){
<img src="{{ env.imageBaseUrl }}/pictures/profile/{{ emailToDirName(user.email) }}.avif?_ts={{ ts }}" class="rounded-md w-20 h-26 object-cover" />