Fix Error: Solvento el problema del footer que no mostraba el contenido
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user