Fixed styles

This commit is contained in:
2024-04-14 22:46:00 +02:00
parent fbf61d18e9
commit 9cf71507f7
2 changed files with 4 additions and 3 deletions

View File

@@ -211,13 +211,13 @@ body {
<p class="card-footer-item">
<span>
<a class="is-size-7" style="color: #363636;" href="/{{ i['set_num'] }}">Inventory</a>
<a class="is-size-6" style="color: #363636;" href="/{{ i['set_num'] }}">Inventory</a>
</span>
</p>
<p class="card-footer-item">
<span>
<a class="is-size-7" style="color: #363636;" href="/{{ i['set_num'] }}">Instructions</a>
<a class="is-size-6" style="color: #363636;" href="/{{ i['set_num'] }}">Instructions</a>
</span>
</p>
</footer>