Skip to content

Commit

Permalink
top level container should be centering content
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 25, 2024
1 parent 5c81156 commit 473e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/case-studies/la-county/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './styles.scss';

export default function LaCountyCaseStudy() {
return (
<div className="main ml-auto mr-auto max-w-[75rem] pb-20 pl-[7.5rem] pr-[7.5rem]">
<div className="main ml-auto mr-auto flex items-center justify-center pb-20 pl-[7.5rem] pr-[7.5rem]">
<div className="content grid max-w-[53rem] grid-cols-1 gap-[3.75rem] pl-[3.75rem] pr-[3.75rem] pt-10">
<section id="heading">
<Link
Expand Down

0 comments on commit 473e08d

Please sign in to comment.