fix: remove border bottom for desktop layouts

This commit is contained in:
DuroCodes
2026-03-21 18:24:38 -04:00
parent bd2ecd475b
commit b18e4cc3c6

View File

@@ -54,7 +54,7 @@ export function Header() {
return (
<>
<header className="border-border/70 bg-background shrink-0 border-b">
<header className="border-border/70 bg-background shrink-0 border-b sm:border-b-0">
<div className="flex flex-col gap-2 px-4 py-2 sm:flex-row sm:items-center sm:py-3">
<div className="grid w-full grid-cols-6 gap-2 sm:flex sm:w-auto sm:shrink-0">
<Link