This commit is contained in:
2026-04-13 13:08:55 +02:00
parent a6fc337932
commit e7885c97e5
3 changed files with 11 additions and 2 deletions

View File

@@ -94,3 +94,12 @@ p {
}
}
}
._btn-1 {
&:hover {
transform: scale(1.02);
box-shadow:
0 20px 25px -5px rgb(0 0 0 / 0.1),
0 8px 10px -6px rgb(0 0 0 / 0.1);
}
}