|
|
@ -314,23 +314,19 @@ input[type=range] { |
|
|
z-index: -1; |
|
|
z-index: -1; |
|
|
pointer-events: none; |
|
|
pointer-events: none; |
|
|
display: block; |
|
|
display: block; |
|
|
|
|
|
width: 20%; |
|
|
|
|
|
min-width: 160px; |
|
|
|
|
|
max-width: 200px; |
|
|
|
|
|
height: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
& img:nth-child(1) { |
|
|
& img:nth-child(1) { |
|
|
width: 33%; |
|
|
|
|
|
min-width: 60px; |
|
|
|
|
|
max-width: 163px; |
|
|
|
|
|
height: auto; |
|
|
|
|
|
rotate: -20deg; |
|
|
rotate: -20deg; |
|
|
right: 8vw; |
|
|
|
|
|
|
|
|
right: 10vw; |
|
|
top: 10px; |
|
|
top: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
& img:nth-child(2) { |
|
|
& img:nth-child(2) { |
|
|
width: 15%; |
|
|
|
|
|
min-width: 126px; |
|
|
|
|
|
max-width: 218px; |
|
|
|
|
|
height: auto; |
|
|
|
|
|
rotate: 10deg; |
|
|
rotate: 10deg; |
|
|
left: 10vw; |
|
|
left: 10vw; |
|
|
bottom: 0; |
|
|
bottom: 0; |
|
|
@ -338,14 +334,16 @@ input[type=range] { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
& img:nth-child(3) { |
|
|
& img:nth-child(3) { |
|
|
width: 20%; |
|
|
|
|
|
min-width: 92px; |
|
|
|
|
|
max-width: 161px; |
|
|
|
|
|
height: auto; |
|
|
|
|
|
rotate: 10deg; |
|
|
rotate: 10deg; |
|
|
right: -3vw; |
|
|
right: -3vw; |
|
|
bottom: 10svh; |
|
|
bottom: 10svh; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
& img:nth-child(4) { |
|
|
|
|
|
left: 4vw; |
|
|
|
|
|
top: 18svh; |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.cards__container, .link__container { |
|
|
.cards__container, .link__container { |
|
|
@ -353,10 +351,8 @@ input[type=range] { |
|
|
margin-bottom: 2.4em; |
|
|
margin-bottom: 2.4em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.link__container { |
|
|
.link__container { |
|
|
max-width: 735; |
|
|
|
|
|
|
|
|
max-width: 900px; |
|
|
margin-left: auto; |
|
|
margin-left: auto; |
|
|
margin-right: auto; |
|
|
margin-right: auto; |
|
|
container-type: inline-size; |
|
|
container-type: inline-size; |
|
|
@ -365,7 +361,6 @@ input[type=range] { |
|
|
|
|
|
|
|
|
ul.card__stack { |
|
|
ul.card__stack { |
|
|
max-width: 270px; |
|
|
max-width: 270px; |
|
|
margin-bottom: 24px; |
|
|
|
|
|
aspect-ratio: 0.72972972972973; |
|
|
aspect-ratio: 0.72972972972973; |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
@ -533,6 +528,7 @@ ul.card__stack { |
|
|
|
|
|
|
|
|
ul.card__stack { |
|
|
ul.card__stack { |
|
|
margin-top: 0; |
|
|
margin-top: 0; |
|
|
|
|
|
margin-bottom: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -590,4 +586,8 @@ ul.card__stack { |
|
|
header { |
|
|
header { |
|
|
margin: 4rem 4rem 2rem 4rem; |
|
|
margin: 4rem 4rem 2rem 4rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.icon__container img:nth-child(4) { |
|
|
|
|
|
display: block; |
|
|
|
|
|
} |
|
|
} |
|
|
} |