Keep image size coherence
parent
70b73c5fc9
commit
59795d1ee8
|
@ -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%;
|
||||||
|
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue