We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81dbf3b commit e84f510Copy full SHA for e84f510
1 file changed
src/components/planet/PlanetList.tsx
@@ -87,14 +87,15 @@ const Box = styled.div`
87
display: flex;
88
flex-direction: column;
89
align-items: flex-start;
90
- gap: 10px;
+ margin-bottom: 10px;
91
border-radius: 8px;
92
background: transparent;
93
cursor: pointer;
94
`;
95
96
const ContentWrapper = styled.div`
97
width: 100%;
98
+ height: 68px;
99
100
justify-content: space-between;
101
align-items: center;
0 commit comments