From 7742363c9d6560680914ae694cd78b4db0454b21 Mon Sep 17 00:00:00 2001 From: Hafsa <116444403+slippyishappy@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:00:29 -0400 Subject: [PATCH] fixed aces card --- components/index/cards/aces.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/index/cards/aces.js b/components/index/cards/aces.js index 7685e9ee0..61778c7c3 100644 --- a/components/index/cards/aces.js +++ b/components/index/cards/aces.js @@ -95,9 +95,9 @@ export default function Aces() { src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/fd4556d7b7bf0f54ae51bfa72df0e4a2194e0cd1_favicon.png" sx={{ position: 'absolute', - top: [null, null, '-100px', '-20px'], - right: [null, null, '0px', '10px'], - width: [null, null, '350px', '175px'], + top: [null, null, '-60px', '-80px'], + right: [null, null, '10px', '0px'], + width: [null, null, '200px', '250px'], objectFit: 'cover', animation: 'sway 4s ease-in-out infinite', maxWidth: 'none',