minor improvement

This commit is contained in:
daniel31x13 2023-12-01 17:48:48 -05:00
parent e8a91bb551
commit 4ac7110fb4

View File

@ -89,7 +89,7 @@ body {
@keyframes slide-up-animation {
0% {
transform: translateY(15%);
transform: translateY(5%);
opacity: 0;
}
100% {