From 42d8d5ce1dd36a314477336c9fae104a95814644 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Fri, 17 Jan 2025 00:01:13 +0800 Subject: [PATCH] feat: enhance layout responsiveness and style - Update footer layout to improve styling and center alignment - Change header theme control from 'synthwave' to 'light' - Enhance home page layout with hero and background styles - Refactor user sign-up form with better styling and structure - Add copyright notice and responsive design to the footer These changes focus on enhancing the overall user experience with a more modern layout and improved responsiveness across devices. The footer now includes copyright information and a cleaner design, while the sign-up form has additional styling to improve usability. --- app/views/layouts/_footer.html.erb | 56 ++++---------------------- app/views/layouts/_header.html.erb | 2 +- app/views/layouts/application.html.erb | 2 +- app/views/static_pages/home.html.erb | 26 +++++++----- app/views/users/_form.html.erb | 40 +++++++++++++----- app/views/users/new.html.erb | 8 ++-- 6 files changed, 58 insertions(+), 76 deletions(-) diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index dbf4119..bd3cc93 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -1,50 +1,10 @@ - -