Thanks to visit codestin.com Credit goes to github.com
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 26b04cc commit a629a70Copy full SHA for a629a70
site/src/components/Footer/Footer.tsx
@@ -39,8 +39,9 @@ export const Footer: React.FC = ({ children }) => {
39
const useFooterStyles = makeStyles((theme) => ({
40
root: {
41
textAlign: "center",
42
- marginBottom: theme.spacing(5),
43
flex: "0",
+ paddingTop: theme.spacing(2),
44
+ paddingBottom: theme.spacing(2),
45
},
46
copyRight: {
47
margin: theme.spacing(0.25),
site/src/pages/LoginPage/LoginPage.tsx
@@ -17,7 +17,7 @@ export const useStyles = makeStyles((theme) => ({
17
layout: {
18
display: "flex",
19
flexDirection: "column",
20
- gap: theme.spacing(4),
+ gap: theme.spacing(2),
21
alignItems: "center",
22
23
container: {
0 commit comments