Stack welcome page columns on small screens

Make it similar to the fixthemap page.
This commit is contained in:
Anton Khorev 2024-05-15 16:45:32 +03:00
parent 39963d8c70
commit fac69da076

View file

@ -11,14 +11,14 @@
<h2><%= t ".whats_on_the_map.title" %></h2>
<div class='row'>
<div class='col'>
<div class='col-sm'>
<div>
<span class='sprite small check mx-auto'></span>
</div>
<p><%= t ".whats_on_the_map.on_the_map_html", :real_and_current => tag.em(t(".whats_on_the_map.real_and_current")) %></p>
</div>
<div class='col'>
<div class='center'>
<div class='col-sm'>
<div>
<span class='sprite small x mx-auto'></span>
</div>
<p><%= t ".whats_on_the_map.off_the_map_html", :doesnt => tag.em(t(".whats_on_the_map.doesnt")) %></p>