avatar image spans 100% width and height

This commit is contained in:
Alina Beck 2020-02-18 16:17:27 +01:00
parent 44d503c53c
commit cca9ec8e81

View File

@ -76,6 +76,7 @@ export default {
> .image {
position: relative;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}