Skip to content

Commit

Permalink
design: navbar safe-area 수정 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kledyu authored Apr 12, 2024
1 parent 286eb91 commit 8de4cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/common/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function Navbar() {
};

return (
<nav className="w-full h-12 flex justify-evenly pb-safe fixed z-2 bottom-0 max-w-[768px] bg-white">
<nav className="w-full h-13 flex justify-evenly pb-4 fixed z-2 bottom-0 max-w-[768px] bg-white">
{Object.values(NAVBAR).map(value => (
<Link href={value.href} key={value.href}>
<div className="flex flex-col justify-evenly min-w-[32px] h-full items-center bg-white">
Expand Down

0 comments on commit 8de4cdf

Please sign in to comment.