We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b218a commit a2fbd9bCopy full SHA for a2fbd9b
layouts/_default/baseof.html
@@ -49,8 +49,13 @@
49
50
<header class="text-light" style="background-color: #144474">
51
<div class="container limit-width py-3">
52
- <div class="fs-1"><a href='/patch/' class="text-light">The Patch Guide</a></div>
53
- <div class="fs-5 fw-light">A Student's Guide to Patch-Clamp Electrophysiology</div>
+ <div class="d-flex align-items-center">
+ <img src="img/favicon-transparent-darkbg.svg" width="80" height="80">
54
+ <div class="ms-3">
55
+ <div class="fs-1 fw-semibold"><a href='/patch/' class="text-light">The Patch Guide</a></div>
56
+ <div class="fs-5 fw-light">A Student's Guide to Patch-Clamp Electrophysiology</div>
57
+ </div>
58
59
</div>
60
</header>
61
static/img/favicon-transparent-darkbg.svg
0 commit comments