Skip to content

Commit e6bd218

Browse files
Increase shadow on Navbar
1 parent e69ff67 commit e6bd218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Navbar() {
1212
const isActive = (href: string) => pathname === href;
1313

1414
return (
15-
<nav className="flex items-center justify-between px-8 py-4 w-full sticky top-0 z-50 bg-white/95 backdrop-blur-md border-b border-gray-100 shadow-sm transition-all">
15+
<nav className="flex items-center justify-between px-8 py-4 w-full sticky top-0 z-50 bg-white/95 backdrop-blur-md border-b border-gray-100 shadow-md transition-all">
1616
<div className="flex items-center gap-2">
1717
<Link href="/" className="text-dark text-xl font-bold flex items-center gap-2 group">
1818
<div className="w-8 h-8 rounded-lg bg-brand text-white flex items-center justify-center group-hover:scale-105 transition-transform shadow-sm">

0 commit comments

Comments
 (0)