From 11074daab685e2d44163b6c686a89dff02a306ce Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 27 Jan 2016 13:51:46 -0500 Subject: [PATCH] testing margin-left for dropdown --- css/app.css | 3 +++ scss/_topbar.scss | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index d5edd6d..1c0743b 100644 --- a/css/app.css +++ b/css/app.css @@ -6618,6 +6618,9 @@ header { #headerLinks > ul#menu-top-menu > li { padding: 0px 5px; } +#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown { + margin-left: 5px; } + @media screen and (max-width: 1024px) { main.page-front { padding: 0; } } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 92287c9..fd5166d 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -240,6 +240,6 @@ #headerLinks > ul#menu-top-menu > li{ padding: 0px 5px; } -#socialLinks{ - -} \ No newline at end of file +#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown{ + margin-left: 5px; +} -- 2.17.1