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 ce5de68 commit a764e8aCopy full SHA for a764e8a
src/components/pages/PageSessions/index.tsx
@@ -26,7 +26,8 @@ export const PageSessions: FC = () => {
26
display: 'flex',
27
justifyContent: 'center',
28
backgroundColor: Colors.background.secondary,
29
- padding: { xs: '32px 16px', md: '80px 20px' }
+ padding: { xs: '32px 16px', md: '80px 20px' },
30
+ minHeight: '100vh'
31
}}
32
>
33
<Box maxWidth={'1024px'} width={'100%'}>
0 commit comments