Skip to content

Commit 4ef83c3

Browse files
committed
Add extra footer margin from the top
1 parent ce7bf0b commit 4ef83c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

site/src/components/Footer/Footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const useFooterStyles = makeStyles((theme) => ({
4242
flex: "0",
4343
paddingTop: theme.spacing(2),
4444
paddingBottom: theme.spacing(2),
45+
marginTop: theme.spacing(3),
4546
},
4647
copyRight: {
4748
margin: theme.spacing(0.25),

site/src/pages/LoginPage/LoginPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const useStyles = makeStyles((theme) => ({
1717
layout: {
1818
display: "flex",
1919
flexDirection: "column",
20-
gap: theme.spacing(2),
2120
alignItems: "center",
2221
},
2322
container: {

0 commit comments

Comments
 (0)