Fix contacts page styles

stable
Xavier Julián 2015-05-29 08:51:04 +02:00 committed by Juanfran
parent 5731843d3e
commit 4ba85f64aa
1 changed files with 6 additions and 4 deletions

View File

@ -28,7 +28,7 @@
.profile-contact-picture { .profile-contact-picture {
flex-grow: 0; flex-grow: 0;
margin-right: 1rem; margin-right: 1rem;
max-width: 100px; max-width: 60px;
img { img {
border-radius: .2rem; border-radius: .2rem;
width: 100%; width: 100%;
@ -38,9 +38,10 @@
flex: 1; flex: 1;
h1 { h1 {
@extend %text; @extend %text;
@extend %larger; @extend %large;
align-items: center; align-items: center;
display: flex; display: flex;
line-height: 1.6;
margin-bottom: 0; margin-bottom: 0;
text-transform: none; text-transform: none;
span { span {
@ -54,10 +55,11 @@
} }
p { p {
color: $gray; color: $gray;
margin-bottom: .3rem; margin-bottom: 0;
} }
.extra-info { .extra-info {
color: $gray-light; @extend %light;
color: $gray;
} }
.position { .position {
margin-right: .3rem; margin-right: .3rem;