]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #4800 from AntonKhorev/welcome-stack
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 15 May 2024 16:43:25 +0000 (17:43 +0100)
committerGitHub <noreply@github.com>
Wed, 15 May 2024 16:43:25 +0000 (17:43 +0100)
Stack welcome page columns on small screens

app/views/site/welcome.html.erb

index eacccf5789f28d4214433be930847bd55f0213c1..3f16e08454947e97ab437db2a1b77994f0d890fb 100644 (file)
 <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>