From 8daf260748055d1bda73e0da3ef4e9fd5758fd6c Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Sun, 20 Aug 2017 01:51:28 +0530 Subject: [PATCH] dropdown style changed to match landing page style --- hosting/static/hosting/css/landing-page.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 117da5e7..6e3e2b00 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -85,10 +85,14 @@ h6 { left: 0 !important; min-width: 155px; margin-left: 15px; - border: 1px solid #fff; - box-shadow: -8px 13px 31px -8px rgba(77, 77, 77, 0.75); padding: 5px !important; } +@media(min-width: 768px) { + .navbar-right .highlights-dropdown .dropdown-menu { + border: 1px solid #fff; + box-shadow: -8px 13px 31px -8px rgba(77, 77, 77, 0.75); + } +} .navbar-right .highlights-dropdown .dropdown-menu > li > a{ font-size: 13px; font-weight: 300;