change grid and names
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user