From: Anton Khorev Date: Wed, 15 May 2024 13:45:32 +0000 (+0300) Subject: Stack welcome page columns on small screens X-Git-Tag: live~700^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/fac69da076152ea848bd07df9fd09a40744ff2fd Stack welcome page columns on small screens Make it similar to the fixthemap page. --- diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index eacccf578..3f16e0845 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -11,14 +11,14 @@

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

-
+

<%= t ".whats_on_the_map.on_the_map_html", :real_and_current => tag.em(t(".whats_on_the_map.real_and_current")) %>

-
-
+
+

<%= t ".whats_on_the_map.off_the_map_html", :doesnt => tag.em(t(".whats_on_the_map.doesnt")) %>