Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat-mvp' into feat-mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivomo committed Jan 26, 2024
2 parents b5d225d + c869c7a commit e042915
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/client/src/pages/home/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
bottom: 0;
right: 0px;
width: 670px;
height: 670px;
.duck {
width: 100%;
height: auto;
Expand Down Expand Up @@ -46,13 +47,17 @@
width:765px;
color: #fff;
position: relative;
.bg-img {
width:765px;
height: 823px;
}
.intro-main {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9;
z-index: 2;
padding: 140px 113px 0;
box-sizing: border-box;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/worlds.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"blockNumber": 3018802
},
"31337": {
"address": "0x7bd472fc101d3a7caf3064b7c5788965cb34685f"
"address": "0x6e9474e9c83676b9a71133ff96db43e7aa0a4342"
},
"33784": {
"address": "0x6e9474e9c83676b9a71133ff96db43e7aa0a4342",
Expand Down

0 comments on commit e042915

Please sign in to comment.