Fix Error: Solvento el problema del footer que no mostraba el contenido

This commit is contained in:
2025-07-03 11:00:39 +02:00
parent c2cd5d9672
commit be25cdd16d
5 changed files with 40 additions and 23 deletions
+7 -2
View File
@@ -32,8 +32,13 @@
</table>
</div>
</div>
<footer class="w-full bg-[#008968] overflow-hidden h-14">
<div id="footer-text" class="text-4xl whitespace-nowrap animate-scroll px-4 text-white"></div>
<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>
</body>
</html>