From: Anthony Talarico Date: Wed, 18 Apr 2018 11:47:09 +0000 (-0400) Subject: reducing the height of the front page image X-Git-Tag: v1.0.0^2~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6a1548ceb06740c0ee812e2d68f7f19a74551a08;p=WP-Themes%2Fnpoint.git reducing the height of the front page image --- 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;