From fac69da076152ea848bd07df9fd09a40744ff2fd Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 15 May 2024 16:45:32 +0300 Subject: [PATCH] Stack welcome page columns on small screens Make it similar to the fixthemap page. --- app/views/site/welcome.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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")) %>

-- 2.39.5