From 3cb651046cfc30f2f76b925c0e86bf7271727019 Mon Sep 17 00:00:00 2001 From: Raunak Date: Thu, 6 Aug 2020 20:29:24 +0530 Subject: [PATCH] fixed logo --- css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/custom.css b/css/custom.css index 8fa2075..3a20df1 100644 --- a/css/custom.css +++ b/css/custom.css @@ -98,3 +98,10 @@ margin-top: 2px; margin-bottom: 2px; } + +@media screen and (min-width: 280px) and (max-width: 653px) { +.icon.pe-7s-map-marker { + margin-bottom: 10px; +} + +}