Skip to content

Commit

Permalink
Merge pull request #130 from KPMP/KPMP-4149_Add-Contacts
Browse files Browse the repository at this point in the history
KPMP-4149_Add-Contacts
  • Loading branch information
zwright authored Feb 7, 2023
2 parents 10ae4df + aa43904 commit b9a1e21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/components/Help/Help.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ class Help extends Component {
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>Columbia University</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>Johns Hopkins University</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>Joslin/Beth Isreal Deaconess</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>Mount Sinai</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>University of Arizona</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>University of Illinois Chicago</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>University of Minnesota</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>University of North Carolina</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>University of Pittsburgh</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>UT Southwestern</a></li>
<li><a href='mailto:[email protected]?subject=Question from Participant Portal'>Yale University</a></li>
Expand Down
3 changes: 2 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ canvas {
max-width: 1150px;
position: relative;
margin: auto;
padding-bottom: 20px;

.btn-primary {
background-color: #BB0606;
Expand Down Expand Up @@ -166,7 +167,7 @@ canvas {
#summary-content-wrapper {
margin-top: 100px;
z-index: 0;

padding-bottom: 1.25rem;
.row {
margin-left: 20px;
}
Expand Down

0 comments on commit b9a1e21

Please sign in to comment.