Skip to content

Commit

Permalink
Merge pull request #1319 from edenia/dev
Browse files Browse the repository at this point in the history
Production Release
  • Loading branch information
xavier506 committed Sep 27, 2023
2 parents 6af65ee + f6517d2 commit c5a4d6f
Show file tree
Hide file tree
Showing 27 changed files with 4,723 additions and 4,336 deletions.
Binary file modified docs/images/jungle-grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
278 changes: 146 additions & 132 deletions docs/index.html

Large diffs are not rendered by default.

26 changes: 15 additions & 11 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ p {

.box-paragraph-text > p {
height: 58px;
font-size: 24px;
font-size: 18px;
font-weight: 600;
line-height: 1.2;
letter-spacing: normal;
Expand Down Expand Up @@ -425,15 +425,15 @@ p {
}

.Line-5 {
width: 120px;
width: 250px;
height: 2px;
flex-grow: 0;
margin: 5px 0px 0px;
margin: 10px 0 0;
background-color: var(--colors-primary);
}

.flex-text p {
width: 104px;
width: 250px;
height: 18px;
flex-grow: 0;
margin: 0 2px 2px;
Expand Down Expand Up @@ -603,15 +603,15 @@ p {
.box-paragraph-text > p {
width: 270px;
height: 68px;
font-size: 28px;
font-size: 22px;
font-weight: 600;
line-height: 1.2;
letter-spacing: -0.23px;
margin: 22px 0px 40px;
}

.flex-text p {
width: 169px;
width: 450px;
height: 18px;
margin: 4px 0 4px 4px;
font-family: Nunito;
Expand Down Expand Up @@ -852,15 +852,15 @@ p {
.box-paragraph-text > p {
width: 400px;
height: 114.2px;
font-size: 42px;
font-size: 32px;
font-weight: 800;
line-height: 1.27;
letter-spacing: -0.68px;
margin-bottom: 40px;
}

.flex-text p {
width: 149px;
width: 450px;
height: 28px;
flex-grow: 0;
margin: 6px 0 6px 8.9px;
Expand Down Expand Up @@ -1093,8 +1093,8 @@ p {
.box-paragraph-text > p {
width: 550px;
height: 96px;
margin-bottom: 120px;
font-size: 57px;
margin-bottom: 60px;
font-size: 42px;
font-weight: 800;
line-height: 1.11;
letter-spacing: -0.57px;
Expand Down Expand Up @@ -1136,7 +1136,7 @@ p {
}

.flex-text p {
width: 149px;
width: 450px;
height: 28px;
flex-grow: 0;
margin: 6px 0 6px 8.9px;
Expand Down Expand Up @@ -1313,4 +1313,8 @@ p {
line-height: 1.59;
letter-spacing: 0.53px;
}

#back-to-top {
width:auto;
}
}
4 changes: 2 additions & 2 deletions hapi-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^14.0.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit c5a4d6f

Please sign in to comment.