Skip to content

Commit

Permalink
feat: responsive design update in FeaturesSection
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Jun 9, 2024
1 parent 58c1d68 commit 8cd93f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/landing/FeaturesSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export default function FeaturesSection() {
<Feature key={idx} {...props} />
))}
</div>
<div className="flex w-full flex-col justify-center gap-4 lg:grid lg:grid-cols-6 lg:grid-rows-2 max-lg:px-4">
<Skill className="lg:col-span-2 lg:row-span-2" />
<Github className="h-full lg:col-span-3 lg:row-span-2" />
<div className="flex w-full flex-col justify-center gap-4 md:grid md:grid-cols-6 md:grid-rows-2 max-md:px-4">
<Skill className="md:col-span-2 md:row-span-2" />
<Github className="h-full md:col-span-3 md:row-span-2" />
</div>
</Section>
)
Expand Down

0 comments on commit 8cd93f2

Please sign in to comment.