Skip to content
Snippets Groups Projects
Commit 4fe4b70e authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

ui(members' avatars): avatars are more responsive

parent 24ed10f2
No related branches found
No related tags found
No related merge requests found
...@@ -70,13 +70,21 @@ ...@@ -70,13 +70,21 @@
} }
sib-display-img { sib-display-img {
flex-basis:150px; background-color: white;
height: 300px; border-radius: 50%;
height: 28vh;
margin: 1em auto; margin: 1em auto;
width: 50%; overflow: hidden;
position: relative;
width: 28vh;
img { img {
border-radius: 100%; height: 100%;
left: 0;
object-fit: cover;
position: absolute;
top: 0;
width: 100%; width: 100%;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment