fixed text information size
This commit is contained in:
@@ -10,14 +10,13 @@
|
||||
.innerContainer {
|
||||
max-width: 1000px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
color: #0056b3;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
}
|
||||
@@ -167,9 +166,18 @@ textarea {
|
||||
|
||||
/* Responsive: en móvil, una columna */
|
||||
@media (max-width: 600px) {
|
||||
.agregarEquipoContainer .innerContainer {
|
||||
padding: 15px;
|
||||
max-width: 90vw;
|
||||
.agregarEquipoContainer {
|
||||
h2 {
|
||||
font-size: 1.2rem;
|
||||
|
||||
span {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
|
||||
.innerContainer {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.equipoForm {
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
.containerGrid {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
gap: 10vw;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user