From 4e184c27b640414161e6eda94d52ab9c2267323a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 May 2018 15:26:52 -0400 Subject: [PATCH] increasing font size for dropdown menu --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 8a3456d..79e97ef 100644 --- a/style.css +++ b/style.css @@ -1395,7 +1395,7 @@ body.parallax-on .wpcf7-not-valid-tip { top: 100%; left: 0; z-index: 99999; - font-size: 15px; + font-size: 17px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); display: none; } -- 2.17.1