|
|
|
@ -46,7 +46,7 @@ PageXYZ.getShapesConfig = (() => { |
|
|
|
|
return { |
|
|
|
|
dots: [ |
|
|
|
|
{ |
|
|
|
|
// These map to CSS properties. You don't have to use all of them. Use just the ones that you want. |
|
|
|
|
// These map to CSS properties. You don't have to use all of them. Use the ones that you want. |
|
|
|
|
top: "calc(0.06 * (580rem / 0.65) / 16)", |
|
|
|
|
right: "90vw", |
|
|
|
|
width: "calc(168rem / 16)", |
|
|
|
@ -80,7 +80,7 @@ PageXYZ.getShapesConfig = ((containerWidth, containerHeight) => { |
|
|
|
|
return { |
|
|
|
|
dots: [ |
|
|
|
|
{ |
|
|
|
|
// These map to CSS properties. You don't have to use all of them. Use just the ones that you want. |
|
|
|
|
// These map to CSS properties. You don't have to use all of them. Use the ones that you want. |
|
|
|
|
top: "calc(0.06 * (580rem / 0.65) / 16)", |
|
|
|
|
right: "90vw", |
|
|
|
|
width: "calc(168rem / 16)", |
|
|
|
|