This commit is contained in:
2025-10-08 11:34:47 +08:00
parent 2194d93fe0
commit 5b7cac029b
2 changed files with 27 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ function MyLink(
}
function Navbar() {
return (
<div className="flex justify-between items-center w-screen h-16 px-8 bg-[#35786f] text-white">
<div className="flex justify-between items-center w-full h-16 px-8 bg-[#35786f] text-white">
<Link href={'/'} className="text-xl flex">
<Image
src={'/favicon.ico'}