fix team page cards overflowing on small width screens
All checks were successful
delpoy / build-and-deploy (push) Successful in 35s
All checks were successful
delpoy / build-and-deploy (push) Successful in 35s
This commit is contained in:
parent
8cb1e8bec5
commit
eb0d0f8db3
@ -48,7 +48,7 @@
|
||||
<h1 class="text-5xl mb-10">Das Team</h1>
|
||||
<div class="grid md:grid-cols-2 xl:grid-cols-3 gap-4 my-4 justify-center">
|
||||
{#each team as member}
|
||||
<div class="card w-96 bg-base-200">
|
||||
<div class="card max-w-96 bg-base-200">
|
||||
<div class="card-body px-4 py-6">
|
||||
<div class="flex flex-col items-center">
|
||||
<div class="avatar placeholder mb-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user