From 8ffc4dcc8bfd262015287144b693fb4c0a52a118 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 May 2018 15:32:23 -0400 Subject: [PATCH] decreasing line height for dropdown menu items --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 79e97ef..70272c1 100644 --- a/style.css +++ b/style.css @@ -1354,6 +1354,7 @@ body.parallax-on .wpcf7-not-valid-tip { .main-navigation ul li { position: relative; + line-height: 1; } @media (min-width: 1000px){ -- 2.17.1