Modified account page to be mobile friendly

This commit is contained in:
2025-02-15 14:32:15 +11:00
parent 89e3df6862
commit 6bee6edd16
5 changed files with 46 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ templ Global() {
class="flex flex-col h-screen justify-between"
>
@nav.Navbar()
<div id="page-content" class="mb-auto">
<div id="page-content" class="mb-auto px-5">
{ children... }
</div>
@footer.Footer()