Keep coherence between images
parent
59795d1ee8
commit
86d4eaad61
|
@ -72,6 +72,7 @@
|
|||
a {
|
||||
display: block; }
|
||||
img {
|
||||
border-radius: .1rem;
|
||||
margin-right: .3rem;
|
||||
width: 34px;
|
||||
}
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
top: 1.2rem;
|
||||
}
|
||||
.profile-contact-picture {
|
||||
border-radius: .1rem;
|
||||
flex-basis: 2rem;
|
||||
flex-shrink: 0;
|
||||
margin-right: 1rem;
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
}
|
||||
}
|
||||
img {
|
||||
border-radius: .2rem;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue