Skip to content

Commit e84f510

Browse files
committed
💄 design(#151): 행성관리 간격 고정
1 parent 81dbf3b commit e84f510

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/planet/PlanetList.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,15 @@ const Box = styled.div`
8787
display: flex;
8888
flex-direction: column;
8989
align-items: flex-start;
90-
gap: 10px;
90+
margin-bottom: 10px;
9191
border-radius: 8px;
9292
background: transparent;
9393
cursor: pointer;
9494
`;
9595

9696
const ContentWrapper = styled.div`
9797
width: 100%;
98+
height: 68px;
9899
display: flex;
99100
justify-content: space-between;
100101
align-items: center;

0 commit comments

Comments
 (0)