From 6dfdd57f5b9ec4e1a6efdb7b9e8c7e0febef171a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 25 May 2018 09:12:37 -0400 Subject: [PATCH] reducing the site logo width to accommodate the nav menu --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ac2130d..35b2879 100644 --- a/style.css +++ b/style.css @@ -1319,7 +1319,7 @@ body.parallax-on .wpcf7-not-valid-tip { z-index: 1; padding: 10px; float: left; - width: 35%; + width: 29%; /* max-width: 180px; */ } -- 2.17.1