Skip to content

Commit 7f5e740

Browse files
committed
header: improve text wrapping
1 parent 26833c1 commit 7f5e740

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

layouts/_default/baseof.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,17 @@
179179

180180
<header>
181181
<div class="container limit-width py-3">
182-
<div class="d-flex align-items-center">
183-
<a href="/patch/">
184-
<img src="/patch/img/logo-only-dark-bg.svg" height="75">
185-
</a>
182+
<div class="d-flex align-items-center justify-content-between">
186183
<div class="ms-3">
187184
<div class="fs-1 fw-semibold"><a href='/patch/' class="text-dark">The Patch Guide</a></div>
188-
<div class="fs-5 fw-light">A Student's Guide to Patch-Clamp Electrophysiology</div>
185+
<div class="fs-5 fw-light d-flex flex-wrap">
186+
<div>A Student's Guide to&nbsp;</div>
187+
<div>Patch-Clamp Electrophysiology</div>
188+
</div>
189189
</div>
190+
<a href="/patch/">
191+
<img src="/patch/img/logo-only-dark-bg.svg" height="75">
192+
</a>
190193
</div>
191194
</div>
192195
</header>

0 commit comments

Comments
 (0)