Skip to content

Commit 7fd3558

Browse files
committed
feat: update gallery for small screens
Signed-off-by: Adam Setch <[email protected]>
1 parent 1879c9b commit 7fd3558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/best-practices.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { bestPractices } from "~/memes/memes";
1010
anchor="best-practices"
1111
description="Explore these best practices to inspire your team and make MDD an integral part of your workflow!"
1212
>
13-
<div class="grid grid-cols-3 gap-4 p-4">
13+
<div class="grid grid-cols-1 sm:grid-cols-3 gap-4 p-4">
1414
{
1515
bestPractices.map((item) => (
1616
<div class="overflow-hidden group">

0 commit comments

Comments
 (0)