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>
105
105
</ div >
106
106
107
107
< 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 ">
109
109
< % if document_not_found {%>
110
110
< div class ="show ">
111
111
< h2 > Oops, document not found!</ h2 >
@@ -128,7 +128,7 @@ <h2 class="h2 mb-3">Have Questions?</h2>
128
128
</ article >
129
129
130
130
< % 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 ">
132
132
< %+ Toc::new(&toc)%>
133
133
</ div >
134
134
< % } %>
You can’t perform that action at this time.
0 commit comments