diff --git a/src/pages/Rewards/index.tsx b/src/pages/Rewards/index.tsx index 92a692aa..11005f2b 100644 --- a/src/pages/Rewards/index.tsx +++ b/src/pages/Rewards/index.tsx @@ -216,6 +216,13 @@ const DefiSpringTitle = styled.div` margin-bottom: 32px; ` +const DefiSpringTitleEarn = styled(DefiSpringTitle)` + @media (max-width: 768px) { + font-size: 16px; + margin-bottom: 0; + } +` + const DefiSpringSubTitle = styled.div` display: flex; /* Establishes a flex container */ align-items: center; /* Centers the content vertically */ @@ -656,7 +663,9 @@ export default function Rewards() { - Earn STRK incentives by providing liquidity to these pools: + + Earn STRK incentives by providing liquidity to these pools: + {pairsData.map(pair => (