We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f88e75 commit 4da89efCopy full SHA for 4da89ef
client/src/components/Home.jsx
@@ -115,7 +115,7 @@ export default function Home() {
115
</select>
116
</div>
117
118
- <div className="min-h-screen flex flex-col mx-auto max-w-screen-xl px-2 sm:px-6 lg:px-8">
+ <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">
119
<div className="grid grid-cols-1 gap-4 py-4 ">
120
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3">
121
<PromotedCard option={options[random]} />
0 commit comments