Skip to content

Commit

Permalink
nav css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sBazl committed Apr 15, 2024
1 parent 8d88873 commit 99d67e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a class="nav-link" href="software">Software</a>
</li>
<li class="nav-item external">
<a class="nav-link" href="partners">Sponsors</a>
<a class="nav-link" href="partners">Partners</a>
</li>
<!-- the dropdown -->
<li class="nav-item dropdown">
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

</div>

<div class="container">
<div id="team-container">
<div class="labLeads row">
<div class="col">
<h5 class="section">Principal Investigator</h1>
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ button{
button:focus{
outline: none;
}
.container{
#team-container{
max-width: 950px;
}
.labLeads {
Expand Down

0 comments on commit 99d67e4

Please sign in to comment.