Skip to content

Commit

Permalink
chore: 불필요 스타일, 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjjeong committed Nov 18, 2024
1 parent c1c05b0 commit 3e9c284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/features/About/components/ActivitiesSwiper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,11 @@ export const ActivitiesSwiper = ({ activities, backgroundImageUrl, subject }: Pr
};

const containerCss = ({ imageUrl }: { imageUrl: string }) => css`
width: 100%; /* 화면 너비에 맞게 설정 */
width: 100%;
max-width: 1280px;
height: 468px;
padding: 70px 0;
border-radius: 20px;
border: 1px solid black;
background-image: url(${imageUrl});
background-size: cover;
position: relative;
Expand Down

0 comments on commit 3e9c284

Please sign in to comment.