added new style to ask 1

This commit is contained in:
2025-11-19 18:17:24 -06:00
parent 42efd5aba4
commit 9b979725e5
4 changed files with 270 additions and 240 deletions
@@ -29,7 +29,7 @@
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
overflow-x: auto;
min-width: 700px;
}
/* Tabla */
@@ -81,7 +81,7 @@
/* Input */
.input-contenedor input {
width: 40%;
width: 100%;
padding: 6px 25px 6px 6px;
border: 2px solid #002855;
border-radius: 6px;
@@ -144,6 +144,5 @@
}
.tabla-contenedor {
flex: 1;
min-width: 300px;
flex: 1;
}