From 6a1548ceb06740c0ee812e2d68f7f19a74551a08 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 18 Apr 2018 07:47:09 -0400 Subject: [PATCH] reducing the height of the front page image --- style.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index f747046..cda982b 100644 --- a/style.css +++ b/style.css @@ -1223,11 +1223,13 @@ Main Header max-width: 700px; margin: 0 auto; } -#industries span{ - display: inline-block; - color: white; - padding: 15px; - text-transform: lowercase; +@media (min-width: 1000px){ + #industries span{ + display: inline-block; + color: white; + padding: 15px; + text-transform: lowercase; + } } #masthead .flex-box { display: -webkit-box; @@ -1315,9 +1317,10 @@ body.parallax-on .wpcf7-not-valid-tip { } .main-navigation > ul > li > a { - text-transform: uppercase; - font-size: 14px; + /* text-transform: uppercase; */ + font-size: 16px; padding: 5px 10px; + /* text-transform: lowercase; */ } .main-navigation > ul > li.current a { @@ -2529,7 +2532,7 @@ Responsive grid for pages } .parallax-section:first-child { - padding: 300px 0 300px; + padding: 150px 0 75px; } .parallax-section:not(:first-child) h2{ display: none; -- 2.17.1