Skip to content

Commit 727dc02

Browse files
committed
chore: remove border
1 parent 85d00ed commit 727dc02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const products: Product[] = [
6161
export default function Page() {
6262
return (
6363
<main className="flex h-dvh flex-col overflow-hidden bg-bg p-3 sm:p-4">
64-
<div className="flex h-full min-h-0 flex-col border border-border bg-card shadow-[3px_3px_0_0_#b8b8b8,6px_6px_0_0_#d0d0d0,9px_9px_0_0_#e6e6e6]">
64+
<div className="flex h-full min-h-0 flex-col border border-border bg-card">
6565
{/* menu bar */}
6666
<header className="flex h-14 shrink-0 items-center justify-between border-b border-border px-4 sm:px-5">
6767
<Logo size={30} className="text-xl" />

0 commit comments

Comments
 (0)