Skip to content

Commit

Permalink
fix: add md to background
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoAseff authored Feb 1, 2025
1 parent a7cc38c commit c71e293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/landing-page/Cards/BackgroundCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ const FEATURED_BACKGROUNDS = [

export const BackgroundCard = () => {
return (
<div className="mb-3 w-full min-w-[440px] items-center justify-center rounded-2xl border-accent bg-accent-foreground md:min-w-[640px]">
<div className="mb-3 w-full min-w-[300px] items-center justify-center rounded-2xl border-accent bg-accent-foreground md:min-w-[640px]">
<div className="relative">
<div className="grid grid-cols-2 gap-6 pb-[1.5rem]">
<div className="grid grid-cols-2 gap-6 pb-[1.5rem] md:grid-cols-3">
{FEATURED_BACKGROUNDS.map((background) => (
<div
key={background.url}
Expand Down

0 comments on commit c71e293

Please sign in to comment.