We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1879c9b commit 7fd3558Copy full SHA for 7fd3558
src/sections/best-practices.astro
@@ -10,7 +10,7 @@ import { bestPractices } from "~/memes/memes";
10
anchor="best-practices"
11
description="Explore these best practices to inspire your team and make MDD an integral part of your workflow!"
12
>
13
- <div class="grid grid-cols-3 gap-4 p-4">
+ <div class="grid grid-cols-1 sm:grid-cols-3 gap-4 p-4">
14
{
15
bestPractices.map((item) => (
16
<div class="overflow-hidden group">
0 commit comments