Skip to content

Commit a2fbd9b

Browse files
committed
simplify header
1 parent c8b218a commit a2fbd9b

File tree

2 files changed

+117
-2
lines changed

2 files changed

+117
-2
lines changed

layouts/_default/baseof.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@
4949

5050
<header class="text-light" style="background-color: #144474">
5151
<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>
52+
<div class="d-flex align-items-center">
53+
<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+
</div>
5459
</div>
5560
</header>
5661

Lines changed: 110 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)