Skip to content

Commit

Permalink
Rename tab to "DiY templates"
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Mar 24, 2024
1 parent 902206e commit 00789f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>The Cardboard Computer</h1>
<a href=".">Basic</a>
<a class="active-tab">Advanced</a>
<a href="guide.html">Guide</a>
<a href="templates.html">Templates</a>
<a href="templates.html">DiY templates</a>
</nav>
</header>
<main>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>The Cardboard Computer</h1>
<a href=".">Basic</a>
<a href="advanced.html">Advanced</a>
<a class="active-tab">Guide</a>
<a href="templates.html">Templates</a>
<a href="templates.html">DiY templates</a>
</nav>
</header>
<main>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>The Cardboard Computer</h1>
<a class="active-tab">Basic</a>
<a href="advanced.html">Advanced</a>
<a href="guide.html">Guide</a>
<a href="templates.html">Templates</a>
<a href="templates.html">DiY templates</a>
</nav>
</header>
<main>
Expand Down
5 changes: 5 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ dt {
display: block;
width: 100%;
}

nav a {
font-size: 83.3333%;
margin-left: .5em;
}
}

@media screen and (width >= 640px) {
Expand Down
2 changes: 1 addition & 1 deletion docs/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>The Cardboard Computer</h1>
<a href=".">Basic</a>
<a href="advanced.html">Advanced</a>
<a href="guide.html">Guide</a>
<a class="active-tab">Templates</a>
<a class="active-tab">DiY templates</a>
</nav>
</header>
<main>
Expand Down

0 comments on commit 00789f0

Please sign in to comment.