Skip to content

Commit

Permalink
Feature/#166 팀 카드 리펙토링
Browse files Browse the repository at this point in the history
  • Loading branch information
llddang authored Mar 22, 2024
1 parent b9490ff commit 9bbca8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/main/TeamCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ const TeamCard = ({ rank, name, description, gardenInfos }: TeamCardProps) => {
{rank}
</Text>
<Box pos="absolute" top={{ base: '110px', lg: '150px', '2xl': '170px' }} w="100%">
<Box className="bar" w="100%" h="2px" bg="white" />
<Box w="100%" h="2px" bg="white" id="bar" />
<Box
className="circle"
pos="absolute"
top="0%"
left="100%"
Expand All @@ -31,6 +30,7 @@ const TeamCard = ({ rank, name, description, gardenInfos }: TeamCardProps) => {
bg="white"
borderRadius="100%"
transform="translate(-50%, -50%)"
id="circle"
/>
</Box>
</Box>
Expand Down

0 comments on commit 9bbca8f

Please sign in to comment.