Skip to content

Commit d13b602

Browse files
authored
Update grid class fot td-sidebar-toc to use all the available space. (#300)
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 88b81ef commit d13b602

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)