Skip to content

Commit

Permalink
refactor: make min-width for Glist responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Aug 14, 2024
1 parent 172b0dd commit 143f380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const statistics: Statistics[] = [
<section id="about" class="container py-24 sm:py-32">
<div class="bg-muted/50 border rounded-lg py-12">
<div class="px-6 flex flex-col-reverse md:flex-row gap-8 md:gap-12">
<Glist class="rounded-lg min-w-[384px]" />
<Glist class="rounded-lg md:min-w-[384px] min-w-[200px]"/>
<div class="bg-green-0 flex flex-col justify-between">
<div class="pb-6">
<h2 class="text-3xl md:text-4xl font-bold">
Expand Down

0 comments on commit 143f380

Please sign in to comment.