This commit is contained in:
Tykayn 2023-06-21 12:23:06 +02:00 committed by tykayn
parent 4df685986f
commit 6d6218b1b3
2 changed files with 5 additions and 8 deletions

View File

@ -12977,7 +12977,6 @@ main .credits {
letter-spacing: 0.2em; letter-spacing: 0.2em;
text-transform: uppercase; text-transform: uppercase;
color: #fffdfc; color: #fffdfc;
backdrop-filter: blur(5px);
flex: none; flex: none;
order: 0; order: 0;
flex-grow: 0; flex-grow: 0;
@ -12989,7 +12988,6 @@ main .credits {
font-weight: 500; font-weight: 500;
font-size: 16rem; font-size: 16rem;
line-height: 65%; line-height: 65%;
backdrop-filter: blur(5px);
margin-bottom: 140px; margin-bottom: 140px;
padding-top: 10rem; padding-top: 10rem;
} }
@ -13194,7 +13192,6 @@ main .credits {
font-weight: 400; font-weight: 400;
font-size: 18px; font-size: 18px;
line-height: 26px; line-height: 26px;
backdrop-filter: blur(3px);
background: white; background: white;
border-radius: 2rem; border-radius: 2rem;
bottom: 0; bottom: 0;
@ -13896,7 +13893,7 @@ main .credits {
} }
} }
@media all and (max-width: 35em) { @media all and (max-width: 600px) {
#main_title { #main_title {
margin-top: 5vh; margin-top: 5vh;
} }
@ -14313,7 +14310,7 @@ responsive land
} }
#kyc .bubbles { #kyc .bubbles {
margin-top: -244vw; margin-top: -200vw;
} }
#china { #china {
@ -14426,7 +14423,7 @@ responsive land
.flip-container.flip-from-left .container-text { .flip-container.flip-from-left .container-text {
left: 10vw; left: 10vw;
top: 5vh; top: 0;
} }
.flip-container.flip-from-left .phone-container { .flip-container.flip-from-left .phone-container {

View File

@ -14,7 +14,7 @@ const offsetCard = '10'
function animateCard (id, side) { function animateCard (id, side) {
console.log('animateCard', id, side, offsetCard) console.log('animateCard', '#content-' + id + ' .flip-handle', side, offsetCard)
const fromObject = { const fromObject = {
rotateY: rotateYCard, rotateY: rotateYCard,
// side: offsetCard // side: offsetCard
@ -32,7 +32,7 @@ function animateCard (id, side) {
markers: development_debug, markers: development_debug,
} }
} }
// fromObject[side] = 1; fromObject[side] = 1;
toObject[side] = offsetCard; toObject[side] = offsetCard;
gsap.fromTo('#content-' + id, fromObject, gsap.fromTo('#content-' + id, fromObject,