Skip to content

Commit

Permalink
Design: 메인페이지 css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suehub committed Jan 4, 2024
1 parent 4d9794a commit f4b214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tours/CreateTripButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PlusIcon } from '@components/common/icons/Icons';

const CreateTripButton = () => {
return (
<div className="sticky bottom-20 z-[100] ml-auto mr-[10px] h-[51px] w-[51px] cursor-pointer">
<div className="sticky bottom-20 z-[100] ml-auto mr-2 h-[51px] w-[51px] cursor-pointer">
<PlusIcon size={51} color="white" />
</div>
);
Expand Down

0 comments on commit f4b214a

Please sign in to comment.