Fix Update: Habilito el pie para que muestre los pies de los dos monitores

This commit is contained in:
2025-07-29 13:28:55 +02:00
parent 917bef33be
commit 37013da56f
4 changed files with 10 additions and 9 deletions
+4 -4
View File
@@ -44,17 +44,17 @@
</table>
</div>
</div>
<footer class="w-full h-14 bg-[#008968] flex items-center overflow-hidden">
<!--<footer class="w-full h-14 bg-[#008968] flex items-center overflow-hidden">
<div id="scroll-wrapper" class="whitespace-nowrap absolute w-max animate-scroll text-white text-3xl px-4 flex gap-16">
</div>
</footer>
<!--<footer class="w-full bg-[#008968] overflow-hidden h-14 flex items-center">
</footer>-->
<footer class="w-full bg-[#008968] overflow-hidden h-14 flex items-center">
<div class="scroll-wrapper whitespace-nowrap w-max animate-scroll">
<span id="footer-text" class="text-white text-3xl px-4 "></span>
<span class="spacer w-14 inline-block"></span>
<span id="footer-text-duplicate" class="text-white text-3xl px-4"></span>
</div>
<div id="footer-text" class="whitespace-pre text-3xl animate-scroll whitespace-nowrap px-4 text-white"></div>
</footer>-->
</footer>
</body>
</html>