correct small alignment issue

This commit is contained in:
Emilien Devos 2023-11-04 18:41:10 +01:00
parent 63e9e4cdc6
commit f9a6931b15
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
left: 50%;
opacity: 0;
transition: opacity 0.3s;
transform: translate(-50%, calc(100% + 5px)) rotate(0deg);