Remove extra container div from fixthemap page

This created extra margins and padding either side of the blocks
of text, which was unnecessary
This commit is contained in:
Andy Allan 2022-07-27 14:26:54 +01:00
parent 1bf671f684
commit 09631b53e9

View file

@ -11,8 +11,7 @@
<h2><%= t ".how_to_help.title" %></h2> <h2><%= t ".how_to_help.title" %></h2>
<div class='container'> <div class='row'>
<div class='row'>
<div class='col-sm'> <div class='col-sm'>
<h5><%= t ".how_to_help.join_the_community.title" %></h5> <h5><%= t ".how_to_help.join_the_community.title" %></h5>
<p><%= t ".how_to_help.join_the_community.explanation_html" %></p> <p><%= t ".how_to_help.join_the_community.explanation_html" %></p>
@ -25,7 +24,6 @@
<p><%= t "site.welcome.add_a_note.paragraph_1_html" %></p> <p><%= t "site.welcome.add_a_note.paragraph_1_html" %></p>
<p><%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %></p> <p><%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %></p>
</div> </div>
</div>
</div> </div>
<h2><%= t ".other_concerns.title" %></h2> <h2><%= t ".other_concerns.title" %></h2>