Skip to content

Commit

Permalink
feat: lab page h-full
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriu5 committed Aug 2, 2024
1 parent c53fae3 commit 3746fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "griller",
"license": "MIT",
"version": "1.0.11",
"version": "1.0.12",
"private": false,
"repository": {
"url": "https://github.com/mvriu5/griller"
Expand Down
2 changes: 1 addition & 1 deletion src/app/lab/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Home() {

return (
<motion.div
className={"h-screen flex flex-col justify-between space-y-4 p-4 lg:px-40 lg:py-16 2xl:px-96 2xl:py-32"}
className={"h-full flex flex-col justify-between space-y-4 p-4 lg:px-40 lg:py-16 2xl:px-96 2xl:py-32"}
initial={{opacity: 0, filter: 'blur(10px)', y: 50}}
animate={{opacity: 1, filter: 'blur(0px)', y: 0}}
transition={{duration: 0.65}}
Expand Down

0 comments on commit 3746fd3

Please sign in to comment.