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