Skip to content

Commit

Permalink
style: navigation-bar position 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Feb 21, 2024
1 parent ddb3728 commit d3b9e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/view/molecule/navigation-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Image from 'next/image';

export default function NavigationBar() {
return (
<div className="fixed p-4 border-b-[1px] w-full">
<div className="absolute p-4 border-b-[1px] w-full">
<Image
className="md:h-10 h-7 w-[110px] md:w-[150px]"
width={150}
Expand Down

0 comments on commit d3b9e5b

Please sign in to comment.