From 50d5620689d6ee4098a30ab65af199d25574b314 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 18 May 2024 03:11:04 +0300 Subject: [PATCH] Set check/x display property using .d-block --- app/assets/stylesheets/common.scss | 1 - app/views/site/welcome.html.erb | 8 ++------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 71de054ce..d2134536e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -898,7 +898,6 @@ div.secondary-actions { height: 50px; background-image: image-url("welcome-sprite.svg"); background-size: 500px 250px; - display: block; } .sprite.x { diff --git a/app/views/site/welcome.html.erb b/app/views/site/welcome.html.erb index 324d4659a..dafa37498 100644 --- a/app/views/site/welcome.html.erb +++ b/app/views/site/welcome.html.erb @@ -12,15 +12,11 @@
-
- -
+

<%= 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