Skip to content

Commit f06b5f7

Browse files
committed
Update grid class fot td-sidebar-toc to use all the available space.
The screen is divided into 12 columns, the existing layout was only using 10. Updated toc (where the taxonomy lives) to use the remaining 2 columns.
1 parent c21b85a commit f06b5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/bibliography/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="container-fluid td-outer">
1414
<div class="td-main" {{- .Section | safeHTMLAttr }}>
1515
<div class="row flex-xl-nowrap">
16-
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
16+
<aside class="d-none d-xl-block col-xl-4 td-sidebar-toc d-print-none">
1717
{{ partial "page-meta-links.html" . }}
1818
{{ partial "toc.html" . }}
1919
{{ partial "taxonomy_terms_clouds.html" . }}

0 commit comments

Comments
 (0)