Skip to content

Commit

Permalink
Update rows.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jul 2, 2024
1 parent 01e8274 commit 92ac0cc
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions _sass/rows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 92ac0cc

Please sign in to comment.