Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita629a70

Browse files
refactor: Add vertical space to the footer (#1410)
1 parent26b04cc commita629a70

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎site/src/components/Footer/Footer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ export const Footer: React.FC = ({ children }) => {
3939
constuseFooterStyles=makeStyles((theme)=>({
4040
root:{
4141
textAlign:"center",
42-
marginBottom:theme.spacing(5),
4342
flex:"0",
43+
paddingTop:theme.spacing(2),
44+
paddingBottom:theme.spacing(2),
4445
},
4546
copyRight:{
4647
margin:theme.spacing(0.25),

‎site/src/pages/LoginPage/LoginPage.tsx

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp