Skip to content

Commit

Permalink
Update illustraction
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiucelfilip committed Nov 22, 2024
1 parent 8725852 commit 3cff12a
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 3cff12a

Please sign in to comment.