14 lines
340 B
Text
14 lines
340 B
Text
.avatar {
|
|
flex-shrink: 0;
|
|
background-color: var(--background-colour);
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
display: block;
|
|
border: 0;
|
|
border-radius: 2px;
|
|
max-height: 200px;
|
|
max-width: 200px;
|
|
box-sizing: content-box;
|
|
box-shadow: 0 1px 4px #111;
|
|
}
|