Skip to content

Commit

Permalink
Merge pull request #70 from 9oormthon-univ/dev
Browse files Browse the repository at this point in the history
[Feat/#66] 필요스택 부분 width수정
  • Loading branch information
GraceKim527 authored Feb 14, 2025
2 parents d12104b + ab445e1 commit 73826e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
gap: var(--space-100);
}

.teamInfoRightItem {
width: 5.5rem;
}

.teamInfoStackContainer {
display: grid;
grid-template-columns: repeat(3, 1fr);
Expand Down Expand Up @@ -68,5 +72,4 @@
.teamMemberInfoContainer {
display: flex;
gap: var(--space-100);
width: 5.5rem;
}
1 change: 0 additions & 1 deletion src/pages/hackathon/IdeaCreate/TeamPreferenceStep2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default function TeamPreferenceStep2() {
color="primary"
onClick={() => {
submitForm();
navigate('/hackathon');
}}>
완료
</Button>
Expand Down

0 comments on commit 73826e8

Please sign in to comment.