From 7c218c9d043f4227c52ada6739ea43ae2b634f6b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 14:46:09 -0400 Subject: [PATCH] fixing the topbar spacing and position --- style.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index 0c5d1de..11970b4 100644 --- a/style.css +++ b/style.css @@ -22,12 +22,7 @@ light brown : #7D3E00; dark brown : #320701; beight : #DCD1B1 */ -#flags{ - position: absolute; - right: 50px; - top: 5px; - width: 65px !important; -} + html, body, div, @@ -1358,17 +1353,23 @@ body.parallax-on .wpcf7-not-valid-tip { .main-navigation ul li { position: relative; } - +#site-navigation > .menu{ + position: relative; + margin-top: 35px; + max-height: 30px; +} .main-navigation > ul > li { float: left; position: relative; font-weight: 400; + top: 50%; + transform: translateY(-50%); } .main-navigation > ul > li > a { /* text-transform: uppercase; */ - font-size: 24px; - padding: 5px 10px; + font-size: 21px; + padding: 5px 15px; line-height: 1; /* text-transform: lowercase; */ } -- 2.17.1