Skip to content
Merged
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
blog toc width fix
  • Loading branch information
chillenberger authored Mar 22, 2024
commit 95ca8c1897c5152083fe371da3da63c4aed2a358
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1 class="text-md-start text-center"><%- title %></h1>
</div>

<div class="row position-relative">
<article class="docs col-12 col-xxl-10 overflow-x-auto py-4 px-xl-5 mx-auto">
<article class="docs col-12 col-xxl-9 overflow-x-auto py-4 px-xl-5 mx-auto">
<% if document_not_found {%>
<div class="show">
<h2>Oops, document not found!</h2>
Expand All @@ -128,7 +128,7 @@ <h2 class="h2 mb-3">Have Questions?</h2>
</article>

<% if !toc.is_empty() && is_blog { %>
<div class="d-none d-xxl-block col-2 position-sticky stick-under-topnav h-100 z-1">
<div class="d-none d-xxl-block col-3 position-sticky stick-under-topnav h-100 z-1">
<%+ Toc::new(&toc)%>
</div>
<% } %>
Expand Down