From bcfba64c695b2e3edd96e742d533cefe45685ce3 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 11 Sep 2024 16:27:15 -0500 Subject: [PATCH] Polish sign-in screen --- app/views/sessions/new.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index ee9ce2390..870fe3807 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -1,6 +1,6 @@ <% @page_title = "Sign in" %> -
"> +
" style="--panel-size: 55ch;"> <%#= image_tag "blob.svg", class: "product__logo center colorize--black", size: 130 %>
@@ -11,10 +11,10 @@

Fizzy

- <%= form_with url: session_path, class: "flex flex-column gap" do |form| %> + <%= form_with url: session_path, class: "flex flex-column gap txt-large" do |form| %>
<%= translation_button(:email_address) %> -