Skip to content

Commit

Permalink
Merge pull request #201 from Nexters/feat/keyvisual-fallback
Browse files Browse the repository at this point in the history
feat: 키비쥬얼 이미지 로딩 fallback 색상 추가
  • Loading branch information
alstn2468 authored Oct 1, 2024
2 parents c62610d + cfeb2ff commit 9f8fff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Container = styled.section`
margin-top: -49px;
padding-top: 49px;
height: 740px;
background-image: url('${keyVisualImg}');
background: #070708 url('${keyVisualImg}');
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
Expand Down

0 comments on commit 9f8fff1

Please sign in to comment.