From c388447cd59491b8eb2088c0b68d6d3ee5e273b5 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Tue, 31 Mar 2026 00:40:24 +0200 Subject: [PATCH] Remove gradient animation from advertisement recommendations in ad_recommendation.php --- ad_recommendation.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ad_recommendation.php b/ad_recommendation.php index 9518b5c..0c29da0 100644 --- a/ad_recommendation.php +++ b/ad_recommendation.php @@ -35,18 +35,9 @@ if ($stmt && $stmt->num_rows > 0) { display: flex; justify-content: center; background: linear-gradient(135deg, #8A2387 0%, #E94057 50%, #F27121 100%); - background-size: 300% 300%; - animation: gradientShift 10s ease infinite; box-shadow: 0 0 50px rgba(233, 64, 87, 0.3); overflow: hidden; } - - @keyframes gradientShift { - 0% { background-position: 0% 50%; } - 50% { background-position: 100% 50%; } - 100% { background-position: 0% 50%; } - } - .ad-recommendation-wrapper::before { content: ""; position: absolute;