diff --git a/src/components/CardProfesores/CardProfesor.css b/src/components/CardProfesores/CardProfesor.css index 60a9671..55a61f6 100644 --- a/src/components/CardProfesores/CardProfesor.css +++ b/src/components/CardProfesores/CardProfesor.css @@ -66,7 +66,7 @@ .status-label { position: absolute; top: 82%; - left: 1em; + left: 0.5em; padding: 0 5px; border-radius: 10px; color: white; diff --git a/src/components/PerfilProfesor/PerfilProfesor.css b/src/components/PerfilProfesor/PerfilProfesor.css index 9292c33..4e7e11d 100644 --- a/src/components/PerfilProfesor/PerfilProfesor.css +++ b/src/components/PerfilProfesor/PerfilProfesor.css @@ -16,9 +16,9 @@ } .foto { - width: 200px; + width: auto; height: 250px; - margin-right: 20px; + object-fit: cover; } .info {