added some styling from bootstrap5

This commit is contained in:
Kris
2024-02-03 09:04:38 -05:00
parent 2f398caa90
commit f2fee7965a
6 changed files with 26 additions and 21 deletions

View File

@@ -7,5 +7,5 @@ Rails.application.routes.draw do
get "up" => "rails/health#show", as: :rails_health_check
# Defines the root path route ("/")
# root "posts#index"
root "suggestions#new"
end