Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojimena committed Oct 11, 2023
1 parent c455d93 commit f1f8f16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions uniEmpleos/src/pages/PublicProfile/PublicProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ const PublicProfile = ({ correo }) => {
</div>
<div className={style.profileli}>
<HiOutlineMailOpen size={30} />
<span className={style.profileSpan}>
Correo: {usuario.correo}
</span>
<span className={style.correo}>Correo: {usuario.correo}</span>
</div>
<div className={style.profileli}>
<BsPhone size={30} />
Expand Down
6 changes: 6 additions & 0 deletions uniEmpleos/src/pages/PublicProfile/PublicProfile.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@
text-transform: capitalize;
}

.correo{
font-size: 16px;
color: #333333;
text-align: center;
}


.tipoContainer{
flex-direction: column;
Expand Down

0 comments on commit f1f8f16

Please sign in to comment.