Skip to content

Commit 4da89ef

Browse files
committed
padding added
1 parent 8f88e75 commit 4da89ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function Home() {
115115
</select>
116116
</div>
117117

118-
<div className="min-h-screen flex flex-col mx-auto max-w-screen-xl px-2 sm:px-6 lg:px-8">
118+
<div className="min-h-screen flex flex-col mx-auto max-w-screen-xl px-2 sm:px-2 md:px-6 lg:px-2 xl:px-8">
119119
<div className="grid grid-cols-1 gap-4 py-4 ">
120120
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3">
121121
<PromotedCard option={options[random]} />

0 commit comments

Comments
 (0)