Enhance global styles and components: add new breakpoint in globals.css, update SearchInput for improved styling and responsiveness, and modify Navbar for sticky positioning and better layout.
This commit is contained in:
@@ -14,7 +14,7 @@ const links = [
|
||||
|
||||
export const Navbar = () => {
|
||||
return (
|
||||
<header className="bg-white shadow-sm">
|
||||
<header className="bg-white shadow-sm max-sm:sticky top-0 w-full z-30">
|
||||
<div className="container">
|
||||
<div className="flex items-center gap-8 py-4">
|
||||
<Link className="block text-teal-600" href="/">
|
||||
|
||||
Reference in New Issue
Block a user