更新Header组件

This commit is contained in:
jingrow 2025-08-25 00:54:00 +08:00
parent bb0b7f87f4
commit 3b3dfe9704
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default async function Header() {
return (
<header className="relative w-full !bg-[#fefefe]">
<nav className="navbar navbar-expand-lg transparent navbar-light w-full">
<div className="container mx-auto flex flex-row flex-nowrap items-center px-4">
<div className="container xl:!flex-row lg:!flex-row !flex-nowrap items-center px-4">
<div className="navbar-brand">
<Link href={`/`}>
<Image

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB