Skip to content

Commit

Permalink
Use #showcase id in section to dodge navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 19, 2024
1 parent e461882 commit b41aa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ <h1 class="title is-1 is-spaced">iced</h1>
</section>

<!-- Showcase -->
<section class="section container is-medium">
<h1 class="title is-1"><a id="showcase" href="#showcase">#</a> Showcase</h1>
<section class="section container is-medium" id="showcase">
<h1 class="title is-1"><a href="#showcase">#</a> Showcase</h1>

<div id="showcase-items">
</div>
Expand Down

0 comments on commit b41aa72

Please sign in to comment.