Skip to content

Commit

Permalink
Use 2-column layout in community cards starting from 640px
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Aug 22, 2024
1 parent bb3f34d commit 3300655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/docs/src/components/community-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function CommunitySection({ className }: { className?: string }) {
<p className="mt-4 text-white/80 lg:text-center">
Supported by a network of early advocates, contributors, and champions.
</p>
<div className="my-6 grid grid-cols-1 gap-6 md:grid-cols-2 lg:my-24 lg:grid-cols-4">
<div className="my-6 grid grid-cols-1 gap-6 sm:grid-cols-2 lg:my-24 lg:grid-cols-4">
<CommunityCard
title="GitHub integration"
description="Our CLI integrates smoothly with GitHub Actions / repositories."
Expand Down

0 comments on commit 3300655

Please sign in to comment.