From 92d5e79afb329119664df35698e72e9d4753c451 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Fri, 21 Feb 2020 00:48:34 +0100 Subject: Fix the space between the body and the footer Signed-off-by: Max Magorsch --- app/views/layouts/application.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index cfca0af..2ca8951 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -91,7 +91,7 @@ <%= yield :header %> -
+
<%= yield %> @@ -99,7 +99,7 @@
-