Skip to content

Commit

Permalink
fix: analysis spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonanderson committed Feb 11, 2025
1 parent 79b6873 commit c646c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/analysis/[...id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ const Analysis: React.FC<Props> = ({

const desktopLayout = (
<div className="flex h-full w-full flex-col items-center py-4 md:py-10">
<div className="flex h-full w-[90%] flex-row gap-2">
<div className="flex h-full w-[90%] flex-row gap-4">
<div
id="navigation"
className="flex h-[85vh] w-72 min-w-60 max-w-72 flex-col gap-2 overflow-hidden 2xl:min-w-72"
Expand Down

0 comments on commit c646c63

Please sign in to comment.