From f53839b5bcf7843ae3b6f95a70cf637371ba521c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 18 Jun 2018 16:21:35 -0400 Subject: [PATCH] fixing front page parallax sections width --- style.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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{ -- 2.17.1