diff --git a/css/style.css b/css/style.css index 18d4824..297be9f 100644 --- a/css/style.css +++ b/css/style.css @@ -656,18 +656,19 @@ box-shadow: 4px 4px 10px #f9f9f9;} .service_141 .wrap p { font-size: 22px; margin: 20px; } -.service_141 .wrap img{ margin: auto; } +.service_141 .wrap img{ margin: auto; opacity: 0.6;transition: 0.6s} .service_141 .wrap img:hover{ margin: auto; - -webkit-transform: scale(1.2); + /*-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); z-index: 99; background-color: #ffffff; - position:relative; - transition: all 0.6s; + position:relative;*/ + opacity: 1; + transition: 0.6s; }