Keep image size coherence
parent
70b73c5fc9
commit
59795d1ee8
|
@ -28,7 +28,7 @@
|
|||
.profile-contact-picture {
|
||||
flex-grow: 0;
|
||||
margin-right: 1rem;
|
||||
max-width: 60px;
|
||||
max-width: 54px;
|
||||
img {
|
||||
border-radius: .2rem;
|
||||
width: 100%;
|
||||
|
|
|
@ -44,11 +44,11 @@
|
|||
top: 1.2rem;
|
||||
}
|
||||
.profile-contact-picture {
|
||||
flex-basis: 38px;
|
||||
flex-basis: 2rem;
|
||||
flex-shrink: 0;
|
||||
margin-right: 1rem;
|
||||
vertical-align: center;
|
||||
width: 38px;
|
||||
width: 2rem;
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue