Skip to content

Commit

Permalink
more adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 12, 2024
1 parent 0027794 commit 69428fa
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 @@ -69,7 +69,7 @@ export default function CaseStudies() {
</div>

{/* Section 3 */}
<div className="grid grid-cols-1 gap-10 lg:grid-cols-[auto_min(30rem)]">
<div className="grid grid-cols-1 gap-10 lg:grid-cols-[min(40.8rem)_min(30rem)]">
<div className="order-2 lg:order-1 lg:items-center">
<Title>
Improving public health data infrastructure through flexible,
Expand Down

0 comments on commit 69428fa

Please sign in to comment.