A little fix to the aces card (#1683)

This commit is contained in:
Hafsa El Idrissi 2025-11-14 10:58:51 -05:00 committed by GitHub
parent 73666372db
commit 884b20aece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',