diff --git a/app/modules/profile/styles/profile-contacts.scss b/app/modules/profile/styles/profile-contacts.scss index 6ffd5a31..313235de 100644 --- a/app/modules/profile/styles/profile-contacts.scss +++ b/app/modules/profile/styles/profile-contacts.scss @@ -28,7 +28,7 @@ .profile-contact-picture { flex-grow: 0; margin-right: 1rem; - max-width: 100px; + max-width: 60px; img { border-radius: .2rem; width: 100%; @@ -38,9 +38,10 @@ flex: 1; h1 { @extend %text; - @extend %larger; + @extend %large; align-items: center; display: flex; + line-height: 1.6; margin-bottom: 0; text-transform: none; span { @@ -54,10 +55,11 @@ } p { color: $gray; - margin-bottom: .3rem; + margin-bottom: 0; } .extra-info { - color: $gray-light; + @extend %light; + color: $gray; } .position { margin-right: .3rem;