Skip to content

Commit 884b20a

Browse files
A little fix to the aces card (#1683)
1 parent 7366637 commit 884b20a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/index/cards/aces.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ export default function Aces() {
9595
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/fd4556d7b7bf0f54ae51bfa72df0e4a2194e0cd1_favicon.png"
9696
sx={{
9797
position: 'absolute',
98-
top: [null, null, '-100px', '-20px'],
99-
right: [null, null, '0px', '10px'],
100-
width: [null, null, '350px', '175px'],
98+
top: [null, null, '-60px', '-80px'],
99+
right: [null, null, '10px', '0px'],
100+
width: [null, null, '200px', '250px'],
101101
objectFit: 'cover',
102102
animation: 'sway 4s ease-in-out infinite',
103103
maxWidth: 'none',

0 commit comments

Comments
 (0)