Skip to content

Commit

Permalink
Merge pull request #217 from FACETICKER/initial
Browse files Browse the repository at this point in the history
그림자 수정
  • Loading branch information
SanChoPaMaSan authored Aug 20, 2023
2 parents 77c51f2 + 06546d4 commit 0873a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/initial/MainpageHost.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ function MainpageHost() {
}}
name="사진" id="Photo"
>
<img id="Sticker" style={{width:'200px', height:'240px',position:'relative', margin:'0 auto'}} src={stickerdata || normalSticker} alt="Vector" />
<img id="Sticker" style={{width:'200px', height:'240px',position:'relative', margin:'0 auto', zIndex:"3"}} src={stickerdata || normalSticker} alt="Vector" />
<div className="l30-2" style={{zIndex:"2"}}></div>
</div>
<div >
Expand Down
4 changes: 2 additions & 2 deletions src/initial/MainpageVisit.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ function MainpageVisit() {
}}
name="사진" id="Photo"
>
<img id="Sticker" style={{width:'200px', height:'240px' ,position:'relative', margin:'0 auto'}} src={stickerdata || normalSticker} alt="Vector" />
<div className="l30"></div>
<img id="Sticker" style={{width:'200px', height:'240px' ,position:'relative', margin:'0 auto',zIndex:"3"}} src={stickerdata || normalSticker} alt="Vector" />
<div className="l30" style={{zIndex:"3"}}></div>
</div>
<div >
<p id="ifSpring" className="l13-2">{Season || ""}</p>
Expand Down

0 comments on commit 0873a08

Please sign in to comment.