diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss index 98f87c8..e6bf21f 100644 --- a/app/assets/stylesheets/style.css.scss +++ b/app/assets/stylesheets/style.css.scss @@ -177,6 +177,11 @@ a { p { font-size: 16px; + + span { + // used to control eventual line breaks a bit + display: inline-block; + } } img { diff --git a/app/controllers/statics_controller.rb b/app/controllers/statics_controller.rb index 8afed77..f211319 100644 --- a/app/controllers/statics_controller.rb +++ b/app/controllers/statics_controller.rb @@ -1,6 +1,6 @@ class StaticsController < ApplicationController - def index + def home end def donate diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index 5e64030..8654399 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -3,7 +3,7 @@ <%= link_to "", root_path, id: "logo" %>