mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
fix: align vertically in header nav (#460)
This commit is contained in:
@@ -37,7 +37,7 @@ const isActive = (path: string) => {
|
||||
>
|
||||
<div
|
||||
id="top-nav-wrap"
|
||||
class="relative flex w-full items-start justify-between bg-background p-4 sm:py-6"
|
||||
class="relative flex w-full items-baseline justify-between bg-background p-4 sm:py-6"
|
||||
>
|
||||
<a
|
||||
href="/"
|
||||
|
||||
Reference in New Issue
Block a user