Skip to content

Commit

Permalink
project page overflow correction
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelpps committed Mar 14, 2024
1 parent 0df690a commit 6cc838b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/works/[projectName]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function ProjectName({ params }) {
};

return (
<div>
<div className="overflow-x-hidden">
{projectPage ? (
<>
<div className="p-2 md:p-0 md:grid grid-cols-1 grid-rows-auto md:grid-cols-6 md:grid-rows-17 gap-4">
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portfolio-vercel",
"version": "1.2.6",
"version": "1.2.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 6cc838b

Please sign in to comment.