Skip to content

Commit

Permalink
更新ui
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Jan 26, 2025
1 parent 06f0563 commit 56254d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projects/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Projects = () => {

return (
<motion.div
className="w-[80%] mx-auto min-h-screen dark:bg-gray-900 text-white flex flex-col items-center p-4 mt-3"
className="w-[70%] mx-auto min-h-screen dark:bg-gray-900 text-white flex flex-col items-center p-4 mt-3"
variants={pageVariants}
initial="initial"
animate="animate"
Expand Down

0 comments on commit 56254d4

Please sign in to comment.