File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pgml-dashboard/src/components/pages/article/index Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 < % } %>
You can’t perform that action at this time.
0 commit comments