change grid and names

This commit is contained in:
2025-11-21 10:36:33 -06:00
parent d8282a4dc8
commit 1f4bdf5b97
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -161,7 +161,7 @@ export default function Pregunta1EP() {
</div>
<div className="item">
<label htmlFor="laserAltoVolumenColor">IMPRESORA CREDENCIALES</label>
<label htmlFor="laserAltoVolumenColor">Impresora credenciales</label>
<input
type="text"
id="laserAltoVolumenColor"
@@ -205,7 +205,7 @@ export default function Pregunta1EP() {
</div>
<div className="item">
<label htmlFor="matrizPuntos">IMPRESORA TÉRMICA</label>
<label htmlFor="matrizPuntos">Impresora termica</label>
<input
type="text"
id="matrizPuntos"
@@ -125,7 +125,7 @@
.grid {
background-color: #fff;
border-radius: 10px;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(4, 1fr);
align-items: end;
gap: 20px;
padding: 20px;