Sticky footer to bottom of page

This commit is contained in:
Roscoe 2025-08-27 14:22:44 +01:00
commit 69e9d63be7
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
2 changed files with 10 additions and 10 deletions

View file

@ -9,6 +9,10 @@
--links: #89b4fa;
}
html, body {
height: 98%;
}
body {
background-color: var(--background);
color: var(--foreground);
@ -139,11 +143,9 @@ table.system-info tr td:first-child {
}
.page-container {
min-height: 100%;
display: grid;
grid-template-columns: 1fr 250px;
grid-template-rows: 1fr;
grid-column-gap: 0;
grid-row-gap: 0;
grid-template-rows: auto 1fr auto;
}
.page-container > div {

View file

@ -35,7 +35,6 @@ $usernames = getUsers();
<body>
<div class="page-container">
<div>
<div class="header">
<pre>
_______ _____
@ -52,6 +51,7 @@ $usernames = getUsers();
| <a href="http://frzndev32nhnla77oozhxhz5yzo4abldr6zbc4qkdh5hcyanizlxs2ad.onion/">frzndev32nhnla77oozhxhz5yzo4abldr6zbc4qkdh5hcyanizlxs2ad.onion</a> |
+----------------------------------------------------------------+
</pre>
</div>
<div class="section">
<p>Members</p>
@ -136,12 +136,10 @@ $usernames = getUsers();
</div>
</div>
<div class="footer">
<hr>
(c) frzn.dev 2018 - <?= date('Y') ?> / design and "backend" by <a href="/~roscoe">~roscoe</a>
</div>
</div>
</div>
<div class="footer">
<hr>
(c) frzn.dev 2018 - <?= date('Y') ?> / design and "backend" by <a href="/~roscoe">~roscoe</a>
</div>
</body>