„css/skeleton-auto.css“ ändern

This commit is contained in:
Yann Mölle 2023-04-14 21:16:58 +02:00
parent 164852b620
commit e8ed402ac3

View File

@ -272,3 +272,5 @@ hr {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}