aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/sessions/new.html.erb
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-11-11 17:59:41 +0000
committerMatthew Lemon <y@yulqen.org>2024-11-11 17:59:41 +0000
commitdc3704d4b85c67e7bf0d1669c879ef36bda12ed2 (patch)
treefeeeacba1833f1d915b44a2cf3dc71dcb7e94271 /app/views/sessions/new.html.erb
parent154a9ab32ae1447c191d0b1f565b1e905851a9e2 (diff)
wip: sign in form
Diffstat (limited to 'app/views/sessions/new.html.erb')
-rw-r--r--app/views/sessions/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb
index 5b87b16..4c17d82 100644
--- a/app/views/sessions/new.html.erb
+++ b/app/views/sessions/new.html.erb
@@ -1,4 +1,4 @@
-<div class="mx-auto md:w-2/3 w-full">
+<div class="mx-auto md:w-1/2 w-full">
<% if alert = flash[:alert] %>
<p class="py-2 px-3 bg-red-50 mb-5 text-red-500 font-medium rounded-lg inline-block" id="alert"><%= alert %></p>
<% end %>