Skip to content

Commit f0c89fd

Browse files
committed
feat: 배경 수정
1 parent a59b2a5 commit f0c89fd

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/pets/PET_BACK_6.png

323 KB
Loading

public/pets/PET_BACK_7.png

1.59 MB
Loading

src/pages/Pets.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body {
2525
background-color: white;
2626
border-radius: 10px;
2727
overflow: hidden;
28-
background-image: url('/pets/PET_BACK_5.png');
28+
background-image: url('/pets/PET_BACK_6.png');
2929
background-size: 800px auto; /* 가로 1000px, 세로는 비율 유지 */
3030
background-repeat: no-repeat; /* 배경 반복 제거 */
3131
background-position: center; /* 가운데 정렬 */

0 commit comments

Comments
 (0)