Skip to content

Commit

Permalink
Small UI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthirdweb committed Jul 11, 2024
1 parent 0efed61 commit b984f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default async function Home() {
const data = await getData();

return (
<main className="flex h-full flex-col space-y-8 p-4">
<main className="flex h-full flex-col space-y-4 p-4">
<div className="flex flex-col space-y-4 md:flex-row md:space-x-4 md:space-y-0 h-[800px]">
{data.products.length === 1 ? (
<>
Expand Down

0 comments on commit b984f01

Please sign in to comment.