diff --git a/app/assets/stylesheets/theme.css b/app/assets/stylesheets/theme.css index e99a83f..e66dc0e 100755 --- a/app/assets/stylesheets/theme.css +++ b/app/assets/stylesheets/theme.css @@ -169,7 +169,6 @@ p { cursor: pointer; border-radius: var(--radius-lg); transition: all var(--duration-normal) var(--ease-out); - text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; } diff --git a/app/views/components/_header.html.erb b/app/views/components/_header.html.erb index 6c9704d..c5bd3c7 100755 --- a/app/views/components/_header.html.erb +++ b/app/views/components/_header.html.erb @@ -63,11 +63,11 @@ <% else %> <%= link_to new_user_session_path, - class: "text-gray-700 hover:text-brand-primary px-4 py-2 rounded-full text-sm font-medium transition-colors duration-200" do %> + class: "text-gray-700 hover:text-brand-primary px-6 py-2 rounded-full text-sm font-medium transition-colors duration-200 whitespace-nowrap" do %> Se connecter <% end %> <%= link_to new_user_registration_path, - class: "bg-gray-900 text-white font-semibold py-2 px-6 rounded-full hover:bg-gray-800 transition-colors duration-200 shadow-lg hover:shadow-xl" do %> + class: "bg-gray-900 text-white font-semibold py-2 px-8 rounded-full hover:bg-gray-800 transition-colors duration-200 shadow-lg hover:shadow-xl whitespace-nowrap" do %> S'inscrire <% end %> <% end %> diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index 0ef9f9c..06a3fe4 100755 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb @@ -1,4 +1,4 @@ -