From 09631b53e9cf79752922039b36bc343d3d48da5c Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 27 Jul 2022 14:26:54 +0100 Subject: [PATCH] Remove extra container div from fixthemap page This created extra margins and padding either side of the blocks of text, which was unnecessary --- app/views/site/fixthemap.html.erb | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/app/views/site/fixthemap.html.erb b/app/views/site/fixthemap.html.erb index 28e0fe237..70118b980 100644 --- a/app/views/site/fixthemap.html.erb +++ b/app/views/site/fixthemap.html.erb @@ -11,20 +11,18 @@

<%= t ".how_to_help.title" %>

-
-
-
-
<%= t ".how_to_help.join_the_community.title" %>
-

<%= t ".how_to_help.join_the_community.explanation_html" %>

-

- <%= t("layouts.start_mapping") %> -

-
-
-
<%= t "site.welcome.add_a_note.title" %>
-

<%= t "site.welcome.add_a_note.paragraph_1_html" %>

-

<%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %>

-
+
+
+
<%= t ".how_to_help.join_the_community.title" %>
+

<%= t ".how_to_help.join_the_community.explanation_html" %>

+

+ <%= t("layouts.start_mapping") %> +

+
+
+
<%= t "site.welcome.add_a_note.title" %>
+

<%= t "site.welcome.add_a_note.paragraph_1_html" %>

+

<%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %>

-- 2.39.5