Skip to content

Commit

Permalink
Fix Hyperdrive drawer height
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Jan 12, 2024
1 parent 34ab2c0 commit 0373059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export function Home() {
{/* hyperdrive drawer */}
<ProjectDrawer
className="bg-[url(/public/hyperdrive-graphic.png)] bg-no-repeat bg-right-bottom bg-cover bg-[#191E31] shadow-[inset_-100px_5vh_9999px_100px_rgba(0,0,0,.75),inset_-400px_-200px_9999px_100px_rgba(0,0,0,.8)]"
insideClassName="!min-h-[620px] max-md:!min-h-full"
insideClassName="!min-h-[620px] max-md:!min-h-full h-screen max-md:h-auto"
isOpen={openedDrawer === "hyperdrive"}
onClose={closeDrawer}
>
Expand Down

0 comments on commit 0373059

Please sign in to comment.