Skip to content

Commit

Permalink
chore: 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
urjimyu committed Mar 11, 2024
1 parent 52a7175 commit 577e7c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import HomeBackgroundImage from '../../../assets/img/gifthome_background.webp';

export const GiftHomeSummaryBackground = styled.div`
width: 100%;
background-image: url(${HomeBackgroundImage});
background-size: cover;
object-fit: cover;
background-repeat: no-repeat;
/* width: calc(100% + 1.4rem); */
`;

export const GiftHomeSummaryWrapper = styled.section`
Expand Down

0 comments on commit 577e7c7

Please sign in to comment.