From 4a909f5c9a5d38dc16ecb45e9f01057d0bfdf4d5 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 18 May 2018 13:53:20 -0400 Subject: [PATCH] text align center on the topbar menu items --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 08ae02a..18aa72b 100644 --- a/style.css +++ b/style.css @@ -1367,6 +1367,7 @@ body.parallax-on .wpcf7-not-valid-tip { font-weight: 400; top: 50%; transform: translateY(-50%); + text-align: center; } } .main-navigation > ul > li > a { -- 2.17.1