Skip to content

Commit

Permalink
fix: 모바일 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyungYun committed Jul 13, 2023
1 parent 978779a commit 407826a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
width: 30px;
height: 30px;
top: 7px;
left: 9px;
left: 35px;
}
}

Expand All @@ -69,7 +69,7 @@
width: 36px;
height: 36px;
top: 2px;
left: 8px;
left: 22px;
}
}

Expand Down Expand Up @@ -103,7 +103,7 @@
width: 70px;
height: 34px;
top: 3px;
left: 40px;
left: 55px;
font-size: 14px;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import styles from './MarkerHtml.module.scss';
export function MarkerHtml(defaultImg:string, name:string, index:number) {
return `
<div class=${styles.container}>
<img src=${MarkerLogo} class=${styles.marker}/>
<img src=${MarkerLogo} class=${styles.marker} alt="marker" />
<div class=${styles.bubble}>
<div class=${styles.bubble__photo}>
<img src=${defaultImg} alt=""/>
Expand Down

0 comments on commit 407826a

Please sign in to comment.