From: Anthony Talarico Date: Thu, 14 Jun 2018 18:44:26 +0000 (-0400) Subject: increasing size of front page service animation images in mobile X-Git-Tag: v1.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2c30299f8ac4c26913d72c4ca6ace91cb0718eed;p=WP-Themes%2Fworknbites.git increasing size of front page service animation images in mobile --- diff --git a/css/responsive.css b/css/responsive.css index 17b9d69..69f5c2a 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -245,11 +245,20 @@ Responsive CSS } } @media screen and (max-width: 480px){ + .service-image{ + margin: 0 auto 10px auto; + width: 60% !important; + } .parallax-section h1{ font-size: 30px; } .service-list.odd .service-image{ - float: left; + float: none; + /* float: left; */ + } + .service-list.even .service-image{ + float: none; + /* float: left; */ } .service-list.odd .service-detail{ float: right;