Skip to content

Commit fb678e6

Browse files
ppiyakk2claude
andauthored
fix: 모바일에서 배경 이미지 중복 표시 수정 (#8)
.about-page에 background-size/position/repeat 추가, .location-hero의 중복 배경 이미지 제거 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9208fc8 commit fb678e6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/pages/About.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
background-image:
55
linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)),
66
url("../images/pycon-bg.png");
7+
background-size: cover;
8+
background-position: center;
9+
background-repeat: no-repeat;
710
padding: 2rem 1rem;
811
display: flex;
912
flex-direction: column;
@@ -66,11 +69,6 @@
6669
.location-hero {
6770
position: relative;
6871
width: 100%;
69-
background-image:
70-
linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
71-
url("../images/pycon-bg.png");
72-
background-size: cover;
73-
background-position: center;
7472
display: flex;
7573
flex-direction: column;
7674
align-items: center;

0 commit comments

Comments
 (0)