From: Anthony Talarico Date: Mon, 18 Jun 2018 20:21:35 +0000 (-0400) Subject: fixing front page parallax sections width X-Git-Tag: v1.0.0^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f53839b5bcf7843ae3b6f95a70cf637371ba521c;p=WP-Themes%2Fhotelearl.git fixing front page parallax sections width --- diff --git a/style.css b/style.css index 987a013..159c2b3 100644 --- a/style.css +++ b/style.css @@ -1742,6 +1742,9 @@ Default Section color: inherit; } +/*-------------------------------------------------------------- +Service Section +--------------------------------------------------------------*/ /*-------------------------------------------------------------- Service Section --------------------------------------------------------------*/ @@ -1763,19 +1766,25 @@ Service Section } .service-list .service-image { - height: 80px; - width: 80px; - margin-top: 15px; + height: 240px; + width: 240px; + /* margin-top: 15px; */ overflow: hidden; border: 3px solid #EEE; } .service-list .service-image img { - padding: 15px; + padding: 6px; } +@media (min-width: 1200px){ + .service-list .service-detail { + margin-top: 25px; + } + +} .service-list .service-detail { - width: 460px; + width: 300px; } .service-list.odd { @@ -1905,7 +1914,7 @@ Portfolio Section position: relative; } .parallax-section:nth-child(4) .mid-content{ - width: 75%; + /* width: 75%; */ } @media (min-width: 768px){ .parallax-section:nth-child(4) .portfolio-list{