Keep image size coherence

stable
Xavier Julián 2015-06-10 10:11:46 +02:00
parent 70b73c5fc9
commit 59795d1ee8
2 changed files with 3 additions and 3 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: 60px; max-width: 54px;
img { img {
border-radius: .2rem; border-radius: .2rem;
width: 100%; width: 100%;

View File

@ -44,11 +44,11 @@
top: 1.2rem; top: 1.2rem;
} }
.profile-contact-picture { .profile-contact-picture {
flex-basis: 38px; flex-basis: 2rem;
flex-shrink: 0; flex-shrink: 0;
margin-right: 1rem; margin-right: 1rem;
vertical-align: center; vertical-align: center;
width: 38px; width: 2rem;
img { img {
width: 100%; width: 100%;
} }