chore: tweak padding styles

This commit is contained in:
Steven
2023-12-19 23:09:57 +08:00
parent af68cae6ea
commit abc14217f6
13 changed files with 21 additions and 21 deletions

View File

@ -98,7 +98,7 @@ const Navigation = () => {
: [exploreNavLink, signInNavLink];
return (
<header className="w-full h-full overflow-auto flex flex-col justify-start items-start py-4 sm:pt-6 z-30">
<header className="w-full h-full overflow-auto flex flex-col justify-start items-start py-4 md:pt-6 z-30">
<UserBanner />
<div className="w-full px-1 py-2 flex flex-col justify-start items-start shrink-0 space-y-2">
{navLinks.map((navLink) => (