Basic movie page layout created

This commit is contained in:
2025-02-24 10:21:31 +11:00
parent 8fa20e05c0
commit e2d66fc26d
6 changed files with 65 additions and 42 deletions

View File

@@ -3,7 +3,7 @@ package account
templ AccountContainer(subpage string) {
<div
id="account-container"
class="flex max-w-200 min-h-100 mx-auto bg-mantle mt-10 rounded-xl"
class="flex max-w-200 min-h-100 mx-5 md:mx-auto bg-mantle mt-5 rounded-xl"
x-data="{big:window.innerWidth >=768, open:false}"
@resize.window="big = window.innerWidth >= 768"
>