Skip to content

Commit

Permalink
Merge pull request #107 from CS3219-AY2425S1/kervyn/ivans-fix
Browse files Browse the repository at this point in the history
Remove unused code
  • Loading branch information
smolegz authored Nov 13, 2024
2 parents 4922752 + 1ec7f22 commit 20df7c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions peer-prep-fe/src/collab-page/collab-page.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@
padding: 0.5rem;
width: auto;
gap: 0.3rem;
/* margin-left: 50%; */
/* margin-right: 5%; */
}

.nav-bar {
background-color: black;
display: flex;
flex-direction: row;
/* justify-content: space-between; */
/* align-items: center; */
}

.pair-info {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
.search-container {
position: relative;
display: flex;
flex-grow: 1;
flex-direction: row;
}

Expand Down

0 comments on commit 20df7c7

Please sign in to comment.