Skip to content

Commit c0fdeb0

Browse files
blog toc width fix (#1385)
1 parent a16ff70 commit c0fdeb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgml-dashboard/src/components/pages/article/index/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1 class="text-md-start text-center"><%- title %></h1>
105105
</div>
106106

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

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

0 commit comments

Comments
 (0)