Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Nov 23, 2023
1 parent 194c649 commit d85daa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 5 additions & 1 deletion src/components/Campaign/Hero/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.spot {
position: absolute;
right: -35px;
top: -110px;
top: 410px;
z-index: -1;
width: 800px;
height: 800px;
Expand Down Expand Up @@ -64,6 +64,10 @@
}

@media (min-width: 900px) {
.spot {
top: -110px;
}

.heroFooter {
margin-top: 100px;
flex-direction: row;
Expand Down

0 comments on commit d85daa0

Please sign in to comment.