Skip to content

Commit

Permalink
make layout changes on lg instead of md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 19, 2024
1 parent 19a5eb5 commit 28f05fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/products/ecr-viewer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export default function EcrViewer() {
subheader="An intuitive interface that helps epidemiologists and case investigators make better sense of eCR data, faster."
/>
<ContentContainer align>
<div className="grid grid-cols-1 md:grid-cols-[1fr_2fr_1fr]">
<div className="grid grid-cols-1 gap-6 lg:grid-cols-[1fr_2fr_1fr] lg:gap-0">
<div className="pt-[.625rem]">
<div className="md:sticky md:top-4">
<div className="lg:sticky lg:top-4">
<Navigation />
</div>
</div>
Expand Down

0 comments on commit 28f05fd

Please sign in to comment.