From 4ba85f64aa1f088048de325cf383c0efe8d5288c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 29 May 2015 08:51:04 +0200 Subject: [PATCH] Fix contacts page styles --- app/modules/profile/styles/profile-contacts.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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;