Skip to content

Commit

Permalink
design : BottleLetter 컴포넌트 css 수정 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmjjaa authored Dec 26, 2024
1 parent 27f364a commit 6d61cd3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions public/라벨택_유리병.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Common/BottleLetter/Bottle/Bottle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
export const Bottle = () => {
return (
<div className="flex justify-center h-full">
<img src="/유리병.svg" className="object-contain" />
<img src="/라벨택_유리병.svg" className="object-contain" />
</div>
);
};
2 changes: 1 addition & 1 deletion src/components/Common/BottleLetter/BottleLetter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const BottleLetter = ({ Letter }: BottleLetterProps) => {
<div className="relative w-full h-full">
<div className="absolute top-0 left-0 w-full h-full">
<Bottle />
<div className="w-[50%] h-[50%] absolute top-[25%] left-[30%] rotate-[-30deg] ">
<div className="w-[50%] h-[50%] absolute top-[15%] left-[59%] rotate-[-30deg] ">
<Label imgSrc={Letter.label} />
</div>
</div>
Expand Down

0 comments on commit 6d61cd3

Please sign in to comment.