From 522b10bfa5360678b302795140b736fda5c2aa5d Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Fri, 16 May 2025 14:46:33 +0200 Subject: [PATCH] play buttons styling adjustments --- public_html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/style.css b/public_html/style.css index 0a0ae00..dd06ce4 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -742,7 +742,7 @@ div.opaque h2 span.halfbubble { background-image: url('img/play-btn.svg'); background-position: center center; background-repeat: no-repeat; - background-size: 80px 80px; + background-size: 72px 72px; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); } @@ -903,7 +903,7 @@ article.album a:hover { height: 100%; background-position: center center; background-repeat: no-repeat; - background-size: contain; + background-size: 90%; pointer-events: none; /* so it doesn’t block clicks */ }