From b97e1d88587664a39a9b47c3c8ca8f1c5064768c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 14:12:11 -0400 Subject: [PATCH] decreasing line height for the appearance menu items --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index cf17783..0c5d1de 100644 --- a/style.css +++ b/style.css @@ -1369,6 +1369,7 @@ body.parallax-on .wpcf7-not-valid-tip { /* text-transform: uppercase; */ font-size: 24px; padding: 5px 10px; + line-height: 1; /* text-transform: lowercase; */ } -- 2.17.1