Shortening navbar for mobile

This commit is contained in:
Joyce Chen
2020-03-18 02:18:38 -04:00
parent 95e8f01cff
commit 4eaede81f1

View File

@@ -1,6 +1,6 @@
<nav>
<a role="button" class="btn btn-outline-danger btn" href="info">Info</a>
<a role="button" class="btn btn-outline-danger btn" href="shadows">Shadows</a>
<a role="button" class="btn btn-outline-danger btn" href="/persona5-negotiation">P5 (2017) Questions</a>
<a role="button" class="btn btn-outline-danger btn" href="royal">P5 Royal Questions</a>
<a role="button" class="btn btn-outline-danger btn" href="/persona5-negotiation">P5 Questions</a>
<a role="button" class="btn btn-outline-danger btn" href="royal">Royal</a>
</nav>