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 6f83e9b commit a41f373Copy full SHA for a41f373
src/client/components/Footer/index.tsx
@@ -7,7 +7,7 @@ const supportEmail = '[email protected]'
7
8
const styles = {
9
supportBox: {
10
- py: '2rem',
+ py: '1rem',
11
px: '3rem',
12
display: 'flex',
13
justifyContent: 'space-between',
src/client/components/NavBar/styles.ts
@@ -5,7 +5,7 @@ const styles: { [key: string]: SxProps<Theme> } = {
5
zIndex: (theme: Theme) => theme.zIndex.drawer + 1,
6
borderBottom: '1px solid',
borderColor: (theme: Theme) => theme.palette.divider,
- py: '1rem',
+ py: '0.8rem',
},
toolbar: {
0 commit comments