12 lines
240 B
CSS
12 lines
240 B
CSS
.Avatar__img {
|
|
width: 100%;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
max-height: 400px;
|
|
min-height: 300px;
|
|
}
|
|
.Avatar__container {
|
|
padding: 20px;
|
|
overflow-y: auto;
|
|
} |