fixing ugly header in ch1

This commit is contained in:
Jeremy Kidwell 2024-02-13 14:35:09 +00:00
parent 89aa257f9e
commit d4ee903d34
3 changed files with 16 additions and 16 deletions

View file

@ -116,7 +116,7 @@ ul.task-list li input[type="checkbox"] {
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./chapter_1.html" class="sidebar-item-text sidebar-link">
<span class="menu-text"><span class="chapter-number">1</span>&nbsp; <span class="chapter-title">A note if you are reading raw code here rather than the book. You can ignore the code provided here below, as this is just intended to set up the basic workspace for our future work and is also necessary for the <code>quarto</code> application we use to build this book. Quarto is an application which blends together text and blocks of code. The text begins below at “The 2021 UK Census”</span></span></a>
<span class="menu-text"><span class="chapter-number">1</span>&nbsp; <span class="chapter-title">Preamble</span></span></a>
</div>
</li>
<li class="sidebar-item">
@ -640,8 +640,8 @@ window.document.addEventListener("DOMContentLoaded", function (event) {
<div class="nav-page nav-page-previous">
</div>
<div class="nav-page nav-page-next">
<a href="./chapter_1.html" class="pagination-link" aria-label="<span class='chapter-number'>1</span>&nbsp; <span class='chapter-title'>A note if you are reading raw code here rather than the book. You can ignore the code provided here below, as this is just intended to set up the basic workspace for our future work and is also necessary for the `quarto` application we use to build this book. Quarto is an application which blends together text and blocks of code. The text begins below at &quot;The 2021 UK Census&quot;</span>">
<span class="nav-page-text"><span class="chapter-number">1</span>&nbsp; <span class="chapter-title">A note if you are reading raw code here rather than the book. You can ignore the code provided here below, as this is just intended to set up the basic workspace for our future work and is also necessary for the <code>quarto</code> application we use to build this book. Quarto is an application which blends together text and blocks of code. The text begins below at “The 2021 UK Census”</span></span> <i class="bi bi-arrow-right-short"></i>
<a href="./chapter_1.html" class="pagination-link" aria-label="<span class='chapter-number'>1</span>&nbsp; <span class='chapter-title'>Preamble</span>">
<span class="nav-page-text"><span class="chapter-number">1</span>&nbsp; <span class="chapter-title">Preamble</span></span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
</nav>