Skip to content

Commit

Permalink
Address Peter's review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkiegeek committed Mar 22, 2023
1 parent 30442ff commit 854b358
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/docs/document.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
</div>
</section>

<section class="p-strip u-extra-space">
<div class="row">
<aside class="col-3">
<section class="p-strip u-extra-space l-docs-wrapper">
<div class="l-docs">
<aside class="col-3 l-docs-sidebar">
{% if versions | length > 1 %}
<label for="version-select" class="u-hide">Version</label>
<select name="version-select" id="version-select" onChange="window.location.href=this.value">
Expand Down Expand Up @@ -100,8 +100,8 @@ <h3 class="p-side-navigation__heading">{{ nav_group.navlink_text }}</h3>
</div>
</nav>
</aside>
<main class="col-9" id="main-content">
<h1>{{ document.title }}</h1>
<main class="col-9 l-docs-content" id="content-section">
<h1 class="l-docs-title__heading">{{ document.title }}</h1>
{{ document.body_html | safe }}
<hr />
<p><i>Last updated {{ document.updated }}.</i></p>
Expand Down

0 comments on commit 854b358

Please sign in to comment.