lib/generators/tailwind_devise/templates/devise/passwords/new.html.erb in tailwind_devise-0.0.1 vs lib/generators/tailwind_devise/templates/devise/passwords/new.html.erb in tailwind_devise-0.0.2
- old
+ new
@@ -1,5 +1,5 @@
-<div class="w-full min-h-[100vh]">
+<div class="w-full min-h-[100vh] pt-24">
<div class="max-w-xl w-full mx-auto shadow-lg bg-gray-200 rounded-lg py-8">
<h2 class="text-xl mb-4 text-center">Forgot your password?</h2>
<div class="w-3/4 mx-auto">
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
\ No newline at end of file