Skip to content

Commit

Permalink
small ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex committed Mar 11, 2024
1 parent ff98bf4 commit acf9481
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions src/pages/Rewards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ const ClaimHeader = styled.div`
color: white; /* White text color */
display: flex;
align-items: center; /* Vertically centers the content */
@media (max-width: 768px) {
width: fit-content;
}
`

const ClaimHeaderText = styled.div`
Expand Down Expand Up @@ -217,9 +221,9 @@ const DefiSpringTitle = styled.div`
`

const DefiSpringTitleEarn = styled(DefiSpringTitle)`
margin-bottom: 0;
@media (max-width: 768px) {
font-size: 16px;
margin-bottom: 0;
}
`

Expand Down Expand Up @@ -675,24 +679,6 @@ export default function Rewards() {
</Container>
</MobileWrapper>
</RowContainer>
{/*
<CardSection>
<AutoColumn gap="md">
<ResponsiveRow>
<RowFixed style={{ width: '35%' }}>
<DefiSpringWrapper>
<DefiSpringTitle>StarkNet DeFi Spring</DefiSpringTitle>
<DefiSpringSubTitle>
40M <img src={StarkIcon} alt="starknet_logo" /> STRK
</DefiSpringSubTitle>
<IncentivesText>
JediSwap users will receive STRK incentives as part of the StarkNet DeFi Spring Program.
</IncentivesText>
</DefiSpringWrapper>
</RowFixed>
</ResponsiveRow>
</AutoColumn>
</CardSection> */}
</LiquidityWrapperCard>
<LiquidityWrapperCard>
<RowBetween>
Expand Down

0 comments on commit acf9481

Please sign in to comment.