diff --git a/static/js/scripts.js b/static/js/scripts.js
index f0c7a51..d1261b8 100644
--- a/static/js/scripts.js
+++ b/static/js/scripts.js
@@ -12,9 +12,9 @@ function cargarTabla(endpoint, tablaId) {
let sizeClass = "";
if (filas.length <= 7) {
- sizeClass = "text-7xl px-4 py-2";
+ sizeClass = "text-8xl";
} else {
- sizeClass = "text-5xl px-3 py-1"
+ sizeClass = "text-7xl"
}
filas.forEach(fila => {
@@ -86,5 +86,5 @@ function actualizarTablas(){
cargarFooter();
actualizarTablas();
-setInterval(actualizarTablas, 30000);
+setInterval(actualizarTablas, 15000);
setInterval(cargarFooter, 45000);
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index 9add8ed..850ed3f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -15,10 +15,10 @@
-
-
+
+
-
+
{% if mode == '2' %}
@@ -35,7 +35,7 @@
-
+
| CONSULTA |
TURNO |
@@ -49,10 +49,10 @@
-
-
+
+
-
+
| CONSULTA |
TURNO |
@@ -67,13 +67,13 @@
-->
-