Skip to content

Commit

Permalink
fix: ui updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 20, 2023
1 parent fe768ff commit aee5620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/visualizer/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Layout({ children }) {
return (
<div className="site-padding mx-auto mt-6 flex w-full max-w-[120rem] flex-1 flex-col pb-20 sm:pb-24 md:mt-8 lg:mt-10">
<section>
<Card className="relative flex min-h-[80vh] flex-1 flex-col overflow-hidden">
<Card className="relative flex min-h-[max(80vh,960px)] flex-1 flex-col overflow-hidden">
<VisualizerNav />
<div className="flex h-full w-full flex-1 flex-col items-stretch justify-center">
{children}
Expand Down

0 comments on commit aee5620

Please sign in to comment.