Stack welcome page columns on small screens
Make it similar to the fixthemap page.
This commit is contained in:
parent
39963d8c70
commit
fac69da076
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue