Skip to content

Commit 9f741cf

Browse files
committed
Update css
1 parent eda43df commit 9f741cf

File tree

1 file changed

+3
-1
lines changed
  • apps/kyberswap-interface/src/pages/CrossChainSwap/components

1 file changed

+3
-1
lines changed

apps/kyberswap-interface/src/pages/CrossChainSwap/components/QuoteSteps.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,9 @@ const StepCard = styled.div`
374374
border-radius: 16px;
375375
background: ${({ theme }) => theme.background};
376376
position: relative;
377-
z-index: 1;
377+
@media (min-width: ${MEDIA_WIDTHS.upToSmall}px) {
378+
margin: 0 8px;
379+
}
378380
`
379381

380382
const StepTitle = styled(Flex)`

0 commit comments

Comments
 (0)