Skip to content

Commit

Permalink
refactor prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deenasun committed Sep 28, 2024
1 parent 1098978 commit 8eb94aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ export default function Home() {
<main className={styles.main}>
<div
className={styles.container}
style={{ borderBottom: '1px solid #C4C4C4', paddingBottom: '15px' }}
style={{
borderBottom: '1px solid #C4C4C4',
paddingTop: '15px',
paddingBottom: '15px',
}}
>
<div className={styles.header}>
<div className={styles.profile}>
Expand Down

0 comments on commit 8eb94aa

Please sign in to comment.