fix grid styling
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-18 18:21:56 -05:00
parent 8fae6c4661
commit 889e08e42c
15 changed files with 37 additions and 43 deletions

View File

@ -1,5 +1,5 @@
<div>
<h2 class="text-center title text-xl text-primary-600">
<h2 class="mb-8 text-center title text-xl text-primary-600">
<%= @title %>
</h2>
@ -10,7 +10,7 @@
phx-target={@myself}
phx-change="validate"
phx-submit="save"
class="flex flex-col sm:grid sm:grid-cols-3 justify-center items-center space-y-4"
class="flex flex-col sm:grid sm:grid-cols-3 sm:gap-4 justify-center items-center"
>
<%= if @changeset.action && not @changeset.valid? do %>
<div class="invalid-feedback col-span-3 text-center">