Skip to content

Commit

Permalink
Fix CSS overlap issue in Guide's right nav bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed May 27, 2024
1 parent f848a3f commit 2629d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/guide/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const data = {
<%- guideSidebar() %>
</div>

<div class="col-md-9 col-xl-9 doc-main-body" role="main">
<div class="col-md-9 col-xl-8 doc-main-body" role="main">
<div class="docs-section" data-page-uri="<%- page.url %>">
<div class="page-content"><%- pageContent %></div>
</div>
Expand Down

0 comments on commit 2629d71

Please sign in to comment.