Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
.main-header {
color: none;
position: sticky;
top: 0;
z-index: 100;
background-color: none;
}

.search {
color: none;
position: sticky;
top: 0;
z-index: 101;
background-color: none;
}

.side-bar {
color: #EEE8FF;
background-color: #EEE8FF;
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For any enquiries, or if you have any resources you would like to contribute to
</tr>
<tr>
<td><img src="https://bhfdsc.github.io/documentation/assets/images/fionna_chalmers.png" alt="Fionna Chalmers" style="width: 120px; height: 120px; object-fit: cover;"/></td>
<td>Fionna Chalmers, Early Career Health Data Scientist</td>
<td>Fionna Chalmers, Health Data Scientist</td>
</tr>
<tr>
<td><img src="https://bhfdsc.github.io/documentation/assets/images/jamie_farrell.png" alt="Jamie Farrell" style="width: 120px; height: 120px; object-fit: cover;"/></td>
Expand Down Expand Up @@ -57,7 +57,7 @@ For any enquiries, or if you have any resources you would like to contribute to
</tr>
<tr>
<td><img src="https://bhfdsc.github.io/documentation/assets/images/anna_stevenson.png" alt="Anna Stevenson" style="width: 120px; height: 120px; object-fit: cover;"/></td>
<td>Anna Stevenson, Early Career Health Data Scientist</td>
<td>Anna Stevenson, Health Data Scientist</td>
</tr>
<tr>
<td><img src="https://bhfdsc.github.io/documentation/assets/images/zach_welshman.png" alt="Zach Welshman" style="width: 120px; height: 120px; object-fit: cover;"/></td>
Expand Down
Loading