This commit is contained in:
Pouya Saadeghi 2022-11-09 18:05:46 +03:00
parent d5a795a68e
commit af8e43c279
1 changed files with 2 additions and 2 deletions

View File

@ -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) {