Skip to content

Commit 79cefcf

Browse files
committed
feat: add margin top
1 parent ca80438 commit 79cefcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/lottery/ui/LotteryView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const LotteryView = () => {
150150
return (
151151
<div className="min-h-screen bg-gray-800 p-4">
152152
<div className="max-w-6xl mx-auto">
153-
<div className="bg-gray-800 p-6 mb-6">
153+
<div className="bg-gray-800 p-6 mb-6 mt-32">
154154
<LotterySeatGrid
155155
layout={null}
156156
lotterySeats={allSeats}

0 commit comments

Comments
 (0)