Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 00425fa

Browse files
committed
style(editor): add margin to footer
1 parent 7021942 commit 00425fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

containers/JobEditor/styles/editor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ export const TitleInput = styled(Input)`
4343
`
4444
export const FooterWrapper = styled.div`
4545
${cs.flex('justify-center')};
46+
margin-top: 25px;
4647
`

containers/PostEditor/styles/editor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ export const TitleInput = styled(Input)`
4343
`
4444
export const FooterWrapper = styled.div`
4545
${cs.flex('justify-center')};
46+
margin-top: 25px;
4647
`

0 commit comments

Comments
 (0)