mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
A little fix to the aces card (#1683)
This commit is contained in:
parent
73666372db
commit
884b20aece
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue