diff --git a/package.json b/package.json index 7fdc8b1fa..9e191782e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "safe-homepage", "homepage": "https://github.com/safe-global/safe-homepage", - "version": "1.3.4", + "version": "1.3.5", "scripts": { "build": "next build && next export", "lint": "tsc && next lint", diff --git a/src/components/Campaign/Hero/styles.module.css b/src/components/Campaign/Hero/styles.module.css index 2a0505e71..2e227a3a6 100644 --- a/src/components/Campaign/Hero/styles.module.css +++ b/src/components/Campaign/Hero/styles.module.css @@ -7,7 +7,7 @@ .spot { position: absolute; right: -35px; - top: -110px; + top: 410px; z-index: -1; width: 800px; height: 800px; @@ -64,6 +64,10 @@ } @media (min-width: 900px) { + .spot { + top: -110px; + } + .heroFooter { margin-top: 100px; flex-direction: row;