Skip to content

Commit 802f29c

Browse files
authored
Merge pull request #12 from CommitField/fix/#6
Fix: UI 정렬
2 parents 95a1b84 + 7d121a2 commit 802f29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const Home = () => {
145145
};
146146

147147
return (
148-
<div style={{ width: '100%', minHeight: '100vh', padding: '16px', backgroundColor: 'white' }}>
148+
<div style={{ width: '100%', minHeight: '100vh', padding: '0px', backgroundColor: 'white' }}>
149149
<div style={{ padding: '16px', backgroundColor: '#111827', color: 'white' }}>
150150
<div style={{ display: 'flex', justifyContent: 'space-between' }}>
151151
<span style={{ fontSize: '24px', fontWeight: 'bold' }}>CommitField</span>

0 commit comments

Comments
 (0)