Skip to content

Commit

Permalink
testing removing random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 30, 2024
1 parent 3b137a1 commit fbdb36c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions _sass/rows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,26 +90,6 @@
opacity: 1;
}
}

&:nth-child(2n) .tui-image-window {
top: random(250) - random(250) + px;
left: random(500) + px;
}

&:nth-child(3n) .tui-image-window {
top: random(250) - random(250) + px;
left: random(500) + px;
}

&:nth-child(4n) .tui-image-window {
top: random(250) - random(250) + px;
left: random(500) + px;
}

&:nth-child(5n) .tui-image-window {
top: random(250) - random(250) + px;
left: random(500) + px;
}
}
}

Expand Down

0 comments on commit fbdb36c

Please sign in to comment.