adjust animation speed

This commit is contained in:
2023-03-09 22:33:56 +01:00
parent 067ae629cc
commit 421a7b4c87
+1 -1
View File
@@ -191,7 +191,7 @@ main article {
.vertical-screen.purpur .bg { .vertical-screen.purpur .bg {
background-image: url("img/minecraft-hobbit-hole.jpg"); background-image: url("img/minecraft-hobbit-hole.jpg");
background-position: center; background-position: center;
animation: pan-image-2 60s infinite alternate both ease-in-out; animation: pan-image-2 90s infinite alternate both ease-in-out;
} }
.flex-row { .flex-row {