Skip to content

Commit

Permalink
Update illustraction
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiucelfilip committed Nov 25, 2024
1 parent 3f4a0db commit 3b56865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
.task__illustration {
display: flex;
width: calc(75% + 32px);
width: calc(60% + 32px);
position: absolute;
bottom: 0;
right: 0;
Expand All @@ -35,12 +35,11 @@
z-index: -1;

img {
transform: translateX(14%);
transform: translate(11px, 3px);

[dir="rtl"] & {
transform: translateX(20%);
transform: translate(0, 3px);
}

}
}
}
Expand Down

0 comments on commit 3b56865

Please sign in to comment.