Skip to content

Commit

Permalink
Parallax adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
neillrobson committed May 23, 2024
1 parent 5523906 commit ef3ba6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ main {
.boop {
position: absolute;
top: -400px;
right: -500px;
transform: translateZ(-1px);
top: -49vh;
right: -37vw;
transform: translateZ(-1px) scale(2);
img {
filter: blur(6px);
Expand Down

0 comments on commit ef3ba6e

Please sign in to comment.