Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 9, 2022
1 parent 3896867 commit a1ec4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/unstyled/stack.css
Expand Up @@ -4,11 +4,11 @@
@apply col-start-1 row-start-1;
}
& > * {
transform: translateY(1rem) scale(0.9);
transform: translateY(10%) scale(0.9);
z-index: 1;
}
& > *:nth-child(2) {
transform: translateY(0.5rem) scale(0.95);
transform: translateY(5%) scale(0.95);
z-index: 2;
}
& > *:nth-child(1) {
Expand Down

0 comments on commit a1ec4b5

Please sign in to comment.