Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Dec 1, 2024
1 parent 53c7db9 commit d02355d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const Home = () => {
<div className={styles['circle-4']}></div>
</section>

<section style={{ marginBottom: 40 }} className={styles.eHElAY}>
<section style={{ margin: 20 }} className={styles.eHElAY}>
Hi, React!
</section>

Expand Down

0 comments on commit d02355d

Please sign in to comment.