diff --git a/src/components/BentoTile.astro b/src/components/BentoTile.astro index d4f0889..41f5496 100644 --- a/src/components/BentoTile.astro +++ b/src/components/BentoTile.astro @@ -68,6 +68,9 @@ const revealClass = reveal ? 'reveal' : ''; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease; transform-style: preserve-3d; min-height: 380px; + min-width: 0; + width: 100%; + box-sizing: border-box; display: flex; flex-direction: column; }