Skip to content

Commit

Permalink
desgin :: competition 디자인 리페토링
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Aug 14, 2024
1 parent 631876f commit 6e8e072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/home/competition/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const Container = styled.main`
display: flex;
justify-content: center;
align-items: center;
`
export const competitionVeiw = styled.div`
width: 90%;
Expand All @@ -23,7 +24,7 @@ width: 90%;
min-width: 353px;
padding: 20px;
box-sizing: border-box;
overflow: hidden;
@media (max-width: 768px) {
padding: 15px;
}
Expand Down

0 comments on commit 6e8e072

Please sign in to comment.