From cf8a5c1b9745a31dc2e749a2981c0b2be88f9af2 Mon Sep 17 00:00:00 2001 From: divyabaid16 Date: Fri, 5 Jul 2019 00:20:57 +0530 Subject: [PATCH] Featured Mappers Mobile Responsive fix --- app/views/front_ui/index.html.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/front_ui/index.html.erb b/app/views/front_ui/index.html.erb index 1e4ad8482..dcba551f2 100644 --- a/app/views/front_ui/index.html.erb +++ b/app/views/front_ui/index.html.erb @@ -34,6 +34,11 @@ overflow: scroll; position: absolute; } +@media(max-width: 780px) { + .before-featured-map { + margin-bottom: 50px; + } +} @@ -64,7 +69,7 @@ -
+ <% if @mappers.any? %>