diff --git a/resources/views/front/music-productions/index.blade.php b/resources/views/front/music-productions/index.blade.php index baffe1b..24a2185 100644 --- a/resources/views/front/music-productions/index.blade.php +++ b/resources/views/front/music-productions/index.blade.php @@ -445,12 +445,12 @@ } .player:hover .player__content { - transform: translateX(-260px); + transform: translateX(-160px); box-shadow: -10px 15px 35px rgba(0,0,0,0.1); } .player:hover .album { - transform: scale(1.5); + transform: scale(1.2); z-index: 150; box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25); }