diff --git a/website/src/_includes/layouts/token.html b/website/src/_includes/layouts/token.html
index fc89b19576..631379d848 100644
--- a/website/src/_includes/layouts/token.html
+++ b/website/src/_includes/layouts/token.html
@@ -70,6 +70,9 @@
background-color: rgb(112, 240, 249);
color: rgb(13, 14, 18);
}
+ #nft-app-content #connect.btn-primary {
+ margin-bottom: 20px;
+ }
#nft-app-content .btn-large {
padding: 10px 25px;
font-size: 1.5em;
@@ -107,6 +110,7 @@
right: 4%;
font-size: 1.5em;
font-weight: bold;
+ font-family: "GT-Walsheim", "Manrope", sans-serif;
text-align: right;
color: #023787;
}
@@ -129,11 +133,13 @@
transform: translate(-50%, -50%);
font-size: 1.5em;
font-weight: bold;
+ font-family: "GT-Walsheim", "Manrope", sans-serif;
color: white;
}
#nft-app-content .congrats {
font-size: 1.5em;
font-weight: bold;
+ font-family: "GT-Walsheim", "Manrope", sans-serif;
margin-bottom: 10px;
}
#nft-app-content .owned-text,
@@ -566,6 +572,7 @@
content.innerHTML += `

+
Arbitrum One network
`;
setTimeout(() => document.getElementById('connect').onclick = connectWallet, 0);
} else {
@@ -577,7 +584,10 @@
break;
case STATES.LOADING:
- content.innerHTML += ``;
+ content.innerHTML += ``;
break;
case STATES.MINTED:
diff --git a/website/src/css/design3-nav.css b/website/src/css/design3-nav.css
index 661fc56e4f..f3d22d14b3 100644
--- a/website/src/css/design3-nav.css
+++ b/website/src/css/design3-nav.css
@@ -167,7 +167,8 @@ header#navbar ul a {
}
.box-btn.token {
- font-size: 18px !important;
+ height: 34px;
+ font-size: 17px !important;
font-weight: 500 !important;
background: linear-gradient(90deg, #019bfe 0%, #2e3fa0 100%);
color: white;
diff --git a/website/src/img/design_3/section-3-desktop-light.webp b/website/src/img/design_3/section-3-desktop-light.webp
index 10407cec5a..b77bb2cea8 100644
Binary files a/website/src/img/design_3/section-3-desktop-light.webp and b/website/src/img/design_3/section-3-desktop-light.webp differ
diff --git a/website/src/img/design_3/section-3-desktop.webp b/website/src/img/design_3/section-3-desktop.webp
index c36b2e07db..3e8305f83f 100644
Binary files a/website/src/img/design_3/section-3-desktop.webp and b/website/src/img/design_3/section-3-desktop.webp differ