fix: add more x padding in TopNav

This commit is contained in:
p-sw 2024-06-01 08:56:06 +09:00
parent 39adc916d4
commit 7a92a63a0e

View File

@ -81,7 +81,7 @@ function TopNav() {
return ( return (
<> <>
<nav className="bg-transparent backdrop-blur-lg border-b border-neutral-200 dark:border-neutral-800 w-full max-w-screen px-2 flex flex-row justify-center items-center h-16"> <nav className="bg-transparent backdrop-blur-lg border-b border-neutral-200 dark:border-neutral-800 w-full max-w-screen px-8 flex flex-row justify-center items-center h-16">
<div <div
data-role="wrapper" data-role="wrapper"
className="flex flex-row items-center justify-between w-full max-w-6xl text-lg" className="flex flex-row items-center justify-between w-full max-w-6xl text-lg"