Small fixes homepage (#116)

* Fix "OR" in light mode

* Fix alignment join button mailing-list
This commit is contained in:
Wout De Puysseleir 2023-09-03 03:58:44 -07:00 committed by GitHub
parent 050ad3cc86
commit b8d91d50f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ defmodule AshHqWeb.Pages.Home do
</div>
<div class="mb-4 md:mb-8 hidden sm:block">
<span class="flex items-center justify-center h-full bg-base-dark-800 rounded-full overflow-hidden text-center font-bold p-4">OR</span>
<span class="flex items-center justify-center h-full bg-base-light-100 dark:bg-base-dark-800 rounded-full overflow-hidden text-center font-bold p-4">OR</span>
</div>
<div class="hidden sm:flex justify-center items-center mb-6 md:mb-10 gap-4">
@ -357,7 +357,7 @@ defmodule AshHqWeb.Pages.Home do
for={@email_form}
change="validate_email_form"
submit="submit_email_form"
class="flex flex-col md:flex-row space-x-4 space-y-4 items-center"
class="flex flex-col md:flex-row gap-4 items-center"
>
<Field name={:email}>
<TextInput