« get me outta code hell

fix alignment of manually selected carousel items - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site2.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-12-28 20:17:07 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-12-28 20:17:07 -0400
commitcfefc5017cc418d8356c65e40eb20c70c9afbc88 (patch)
treeb19f9b5a2a4f9f5bb019be08cc17735abd5e53e3 /src/static/site2.css
parent8640a047912ee399b87dc9077a55b9d112e455b4 (diff)
fix alignment of manually selected carousel items
Diffstat (limited to 'src/static/site2.css')
-rw-r--r--src/static/site2.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/static/site2.css b/src/static/site2.css
index 5d66016..c28ca19 100644
--- a/src/static/site2.css
+++ b/src/static/site2.css
@@ -916,31 +916,31 @@ img {
 
 @keyframes carousel-marquee1 {
   0% {
-    transform: translateX(0%) translateX(-70px);
+    transform: translateX(-100%) translateX(70px);
   }
 
   100% {
-    transform: translateX(-100%) translateX(-70px);
+    transform: translateX(-200%) translateX(70px);
   }
 }
 
 @keyframes carousel-marquee2 {
   0% {
-    transform: translateX(100%) translateX(-70px);
+    transform: translateX(0%) translateX(70px);
   }
 
   100% {
-    transform: translateX(0%) translateX(-70px);
+    transform: translateX(-100%) translateX(70px);
   }
 }
 
 @keyframes carousel-marquee3 {
   0% {
-    transform: translateX(200%) translateX(-70px);
+    transform: translateX(100%) translateX(70px);
   }
 
   100% {
-    transform: translateX(100%) translateX(-70px);
+    transform: translateX(0%) translateX(70px);
   }
 }