Skip to content

Commit 3d90bc5

Browse files
authored
Merge pull request #9308 from MrJithil/fix-stakes-width-issues-on-xl
Fix stakes width issues on xl
2 parents 4c6dc6d + a2ecb2c commit 3d90bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/staking/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const HeroStatsWrapper = styled.div`
3434
align-items: center;
3535
background: ${({ theme }) => theme.colors.layer2Gradient};
3636
padding-bottom: 2rem;
37+
width: 100%;
3738
`
3839

3940
const Page = styled.div`

0 commit comments

Comments
 (0)