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 1, 2024
1 parent 854784d commit 1a4022e
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions _sass/rows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit 1a4022e

Please sign in to comment.