mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
refactor: Add vertical space to the footer (#1410)
This commit is contained in:
@@ -39,8 +39,9 @@ export const Footer: React.FC = ({ children }) => {
|
||||
const useFooterStyles = makeStyles((theme) => ({
|
||||
root: {
|
||||
textAlign: "center",
|
||||
marginBottom: theme.spacing(5),
|
||||
flex: "0",
|
||||
paddingTop: theme.spacing(2),
|
||||
paddingBottom: theme.spacing(2),
|
||||
},
|
||||
copyRight: {
|
||||
margin: theme.spacing(0.25),
|
||||
|
||||
@@ -17,7 +17,7 @@ export const useStyles = makeStyles((theme) => ({
|
||||
layout: {
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
gap: theme.spacing(4),
|
||||
gap: theme.spacing(2),
|
||||
alignItems: "center",
|
||||
},
|
||||
container: {
|
||||
|
||||
Reference in New Issue
Block a user