Skip to content

Commit

Permalink
make gap larger
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 8, 2024
1 parent 14f112f commit a89e9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/case-studies/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function CaseStudies() {
subheader="Explore our case studies to see the impact of DIBBs."
/>
<ContentContainer>
<div className="flex flex-col gap-10">
<div className="flex flex-col gap-20">
{/* Section 1 */}
<div className="grid grid-cols-1 gap-10 lg:grid-cols-2 lg:gap-20">
<div className="order-2 lg:order-1 lg:items-center">
Expand Down

0 comments on commit a89e9e1

Please sign in to comment.