„css/skeleton-auto.css“ ändern

This commit is contained in:
Yann Mölle 2023-04-14 21:20:10 +02:00
parent 546dd53f77
commit ba049413a6

View File

@ -273,4 +273,4 @@ hr {
transform: scale(1.05); transform: scale(1.05);
} }
.animate-top{position:relative;animation:animatetop 0.7s}@keyframes animatetop{from{top:-50px;opacity:0} to{top:0;opacity:1}} .animate-top{position:relative;animation:animatetop 0.5s}@keyframes animatetop{from{top:-30px;opacity:0} to{top:0;opacity:1}}