Update 'docs/pages.md'

This commit is contained in:
Aditya Thakral 2022-01-26 22:29:38 -05:00 committed by Gitea
parent f1c2ec9050
commit 96eae6845e
1 changed files with 2 additions and 2 deletions

View File

@ -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)",