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