Skip to content

Commit

Permalink
minor alignment adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 13, 2024
1 parent 30cea19 commit 7909d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-[min(40.8rem)_min(30rem)] lg:items-center">
<div className="grid grid-cols-1 gap-10 lg:grid-cols-[min(40.8rem)_min(33rem)] lg:items-center">
<div className="order-2 lg:order-1">
<Title>
Improving public health data infrastructure through flexible,
Expand All @@ -86,7 +86,7 @@ export default function CaseStudies() {
View case study
</LinkButton>
</div>
<div className="order-1 flex justify-start lg:order-2 lg:justify-end">
<div className="order-1 flex justify-start lg:order-2 lg:ml-4">
<Image
src={`${basePath}/images/placeholder.png`}
width={480}
Expand Down

0 comments on commit 7909d02

Please sign in to comment.