Update footer structure in index.php and adjust CSS for improved layout and responsiveness

This commit is contained in:
Bram Suurd
2025-06-30 00:29:01 +02:00
parent 6f02180dd4
commit b87639d0e2
2 changed files with 9 additions and 9 deletions

View File

@@ -319,15 +319,14 @@ if (isset($_SESSION['steamid'])) {
</div>
</main>
</div>
<!-- Footer -->
<footer class="app-footer">
<div class="footer-content">
<p>Created with ❤️ by <strong><a target="_blank" href="https://github.com/BramSuurdje" rel="noopener noreferrer">Bram</a></strong></p>
</div>
</footer>
</div>
<!-- Footer -->
<footer class="app-footer">
<div class="footer-content">
<p>Created with ❤️ by <strong><a target="_blank" href="https://github.com/BramSuurdje" rel="noopener noreferrer">Bram</a></strong></p>
</div>
</footer>
<!-- Customize Modal -->
<div id="customizeModal" class="modal hidden">
<div class="modal-content">

View File

@@ -120,6 +120,7 @@ body {
display: flex;
flex: 1;
overflow: hidden;
min-height: 0;
}
/* Sidebar */
@@ -130,7 +131,7 @@ body {
display: flex;
flex-direction: column;
position: relative;
max-height: 100vh;
align-self: stretch;
overflow: hidden;
}
@@ -376,7 +377,7 @@ body {
border-top: 1px solid var(--border-color);
padding: 1rem 0;
text-align: center;
margin-top: 2rem;
margin-top: auto;
}
.footer-content {