Skip to content

Commit

Permalink
height adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
inkerton committed Oct 29, 2024
1 parent ba9b734 commit 5bd1fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(pages)/AddEvent/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const AddEvent = () => {
}

return (
<div className="relative h-[2900px] bg-white flex justify-center items-center overflow-hidden border border-gray-300">
<div className="relative h-[1700px] bg-white flex justify-center items-center overflow-hidden border border-gray-300">
<motion.div
className="absolute inset-0 grid grid-cols-12 gap-4 bg-[length:60px_60px]"
style={{
Expand Down Expand Up @@ -104,7 +104,7 @@ const AddEvent = () => {
</motion.div>

{/* Centered White Box */}
<div className="relative z-10 bg-white -mt-60 -mb-24 rounded-lg shadow-lg p-12 w-[1200px] h-[2500px] flex ">
<div className="relative z-10 bg-white -mt-60 -mb-24 rounded-lg shadow-lg p-12 w-[1200px] h-[1300px] flex ">
<form className="w-full">
<div className="text-center">
<motion.h1
Expand Down

0 comments on commit 5bd1fcb

Please sign in to comment.