Added login form html and styling

This commit is contained in:
2025-02-06 23:28:13 +11:00
parent dfbf3d1c79
commit 5a93ef81dd
8 changed files with 237 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ func getFooterItems() []FooterItem {
}
templ Footer() {
<footer class="bg-mantle">
<footer class="bg-mantle mt-10">
<div
class="relative mx-auto max-w-screen-xl px-4 py-8 sm:px-6 lg:px-8"
>
@@ -53,7 +53,7 @@ templ Footer() {
<p
class="mx-auto max-w-md text-center leading-relaxed
text-subtext0"
>A better way to find and review movies</p>
>A better way to discover and rate films</p>
</div>
<ul
class="mt-12 flex flex-wrap justify-center gap-6 md:gap-8