We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0707067 commit 8694775Copy full SHA for 8694775
src/routes/mission/-components/MissionLockCard.tsx
@@ -9,7 +9,7 @@ export default function MissionLockCard() {
9
<img
10
src={assetMissionIcon}
11
alt="자물쇠 이미지"
12
- className="absolute w-[35px] h-[43px] left-[24px] top-[24px] object-cover"
+ className="absolute w-[35px] h-[43px] left-[20px] top-[20px] object-cover"
13
/>
14
<div className="max-w-[140px] max-h-[140px] w-full h-full aspect-square">
15
0 commit comments