We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4aaae1 commit ba17b24Copy full SHA for ba17b24
src/components/Layout.tsx
@@ -137,6 +137,7 @@ const Layout: React.FC<IProps> = ({
137
flexFlow="column"
138
maxW={{
139
lg: lightTheme.variables.maxPageWidth,
140
+ xl: "100%",
141
}}
142
>
143
<ZenMode>
src/pages/staking/index.tsx
@@ -34,6 +34,7 @@ const HeroStatsWrapper = styled.div`
34
align-items: center;
35
background: ${({ theme }) => theme.colors.layer2Gradient};
36
padding-bottom: 2rem;
37
+ width: 100%;
38
`
39
40
const Page = styled.div`
0 commit comments