-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix/BAR-253] 랜딩 페이지 svg 아이콘 미반영 푸터 위치 문제 해결 (#81)
* fix: svg 이미지 사이 흰색 선 제거 * fix: svg icon 반영 * fix: 최소 너비 반영 및 푸터 이슈 해결
- Loading branch information
Showing
6 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ import * as styles from '../style.css'; | |
const Footer = () => { | ||
return ( | ||
<footer className={styles.footerWrapper}> | ||
<div> | ||
<div> | ||
<div className={styles.footerContent}> | ||
<div className={styles.footerLinks}> | ||
<Link href="mailto:[email protected]" className={styles.footerButton}> | ||
서비스메일 | ||
</Link> | ||
|
@@ -31,7 +31,7 @@ const Footer = () => { | |
<span className={styles.instagramText}>인스타그램</span> | ||
</Link> | ||
</div> | ||
<div> | ||
<div className={styles.footerContent}> | ||
<div className={styles.baroIcon}> | ||
<Icon icon="logo32" width={32} height={36} /> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters