From 1a4022e942ee645697b81962164646d24bf7e62a Mon Sep 17 00:00:00 2001 From: Maximo Ospital <59743027+maximoospital@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:51:41 -0300 Subject: [PATCH] Update rows.scss --- _sass/rows.scss | 64 ++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/_sass/rows.scss b/_sass/rows.scss index f689bfb..fb47c99 100644 --- a/_sass/rows.scss +++ b/_sass/rows.scss @@ -96,83 +96,83 @@ } &:nth-child(2n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(3n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(4n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(5n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(6n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(7n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(8n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(9n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(10n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(11n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(12n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(13n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(14n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(15n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(16n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } &:nth-child(17n) .tui-image-window { - top: random(250) - random(250) + px; - left: random(500) + px; + top: (random(250) + 150) - random(250) + px; + left: (random(500) + 150) + px; } } }