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 {
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;