Skip to content

Commit ee3981e

Browse files
committed
fixed bg using h-screen
1 parent 79f901f commit ee3981e

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
@@ -86,7 +86,7 @@ export default function Home() {
8686
</div>
8787
)
8888
: (
89-
<div className="flex flex-col mx-auto max-w-screen-xl px-2 sm:px-6 lg:px-8">
89+
<div className="min-h-screen flex flex-col mx-auto max-w-screen-xl px-2 sm:px-6 lg:px-8">
9090
<div className="grid grid-cols-1 gap-4 py-4 ">
9191
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3">
9292
{

0 commit comments

Comments
 (0)