Skip to content

Commit

Permalink
๐ŸŽจ style: nav bar ๋””์ž์ธ ๋ณ€๊ฒฝ์— ๋”ฐ๋ฅธ ์ˆ˜์ • #39
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeona01 committed Oct 24, 2024
1 parent 059748c commit 0bbdc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Navbar = () => {

return (
<div className="flex justify-center items-center z-50">
<section className="fixed bottom-4 w-[90%] py-6 px-8 bg-navbarGradient rounded-[2rem]">
<section className="fixed bottom-0 w-full py-6 px-12 bg-navbarGradient rounded-t-[2rem]">
<div className="flex justify-between items-center">
{routes.map((route, index) => {
const IconComponent = route.svg;
Expand Down

0 comments on commit 0bbdc2d

Please sign in to comment.