Skip to content

Commit ba17b24

Browse files
committed
fix stakes banner width issues on xl devices
1 parent e4aaae1 commit ba17b24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/Layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ const Layout: React.FC<IProps> = ({
137137
flexFlow="column"
138138
maxW={{
139139
lg: lightTheme.variables.maxPageWidth,
140+
xl: "100%",
140141
}}
141142
>
142143
<ZenMode>

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)