Added login form html and styling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user