HM-133. Рефакторинг (#64)

This commit is contained in:
Nikolay
2020-09-02 20:07:26 +03:00
committed by GitHub
parent caa7671b83
commit bc9b112904
132 changed files with 421 additions and 757 deletions

View File

@ -0,0 +1,12 @@
.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;
}