Move nav elements to footer, style tweaks

This commit is contained in:
billz
2024-10-24 10:33:40 -07:00
parent 4e76445dab
commit 29ca176e49
3 changed files with 10 additions and 24 deletions

View File

@@ -118,9 +118,9 @@ initializeApp();
<footer class="py-4 bg-light mt-auto">
<div class="container-fluid px-4">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">Created by the <a href="https://github.com/RaspAP">RaspAP Team</a></div>
<div class="text-muted">Created by the <a href="https://github.com/RaspAP" target="_blank" rel="noopener">RaspAP Team</a></div>
<div class="text-muted">
<i class="fas fa-heart heart"></i> <a href="https://docs.raspap.com/insiders" target="_blank">Get Insiders</a>
<i class="fas fa-heart heart"></i> <a href="https://docs.raspap.com/insiders" target="_blank" rel="noopener">Get Insiders</a>
</div>
</div>
</div>