Skip to content

Commit

Permalink
feat: 후원자 레이아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
designDefined committed Jan 14, 2025
1 parent bdc0c53 commit 78b6a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Home/Support/Support.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Support() {
<div className={styles.sponsor}>이승찬</div>
</div>

<div className={`${styles.sponsors} ${styles.around}`}>
<div className={`${styles.sponsors}`}>
<div className={styles.sponsor}>김지호</div>
<div className={styles.sponsor}>이인용</div>
<div className={styles.sponsor}>김정은</div>
Expand Down

0 comments on commit 78b6a3d

Please sign in to comment.