diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 87d9ada..9d14766 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -35,6 +35,21 @@ let chyron_speed = 30; +
+ + + + {chyron_text_01} + {chyron_text_02} + {chyron_text_03} + {chyron_text_04} + + +
+
@@ -61,20 +76,6 @@ let chyron_speed = 30;

-
- - - - {chyron_text_01} - {chyron_text_02} - {chyron_text_03} - {chyron_text_04} - - -