Skip to content

Commit a41f373

Browse files
committed
change layout styles slightly
1 parent 6f83e9b commit a41f373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const supportEmail = '[email protected]'
77

88
const styles = {
99
supportBox: {
10-
py: '2rem',
10+
py: '1rem',
1111
px: '3rem',
1212
display: 'flex',
1313
justifyContent: 'space-between',

src/client/components/NavBar/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const styles: { [key: string]: SxProps<Theme> } = {
55
zIndex: (theme: Theme) => theme.zIndex.drawer + 1,
66
borderBottom: '1px solid',
77
borderColor: (theme: Theme) => theme.palette.divider,
8-
py: '1rem',
8+
py: '0.8rem',
99
},
1010
toolbar: {
1111
display: 'flex',

0 commit comments

Comments
 (0)