chore: styles
This commit is contained in:
parent
a4d4bd8181
commit
6576bf1c2e
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
}
|
||||
|
||||
.avatar__wrapper {
|
||||
width: 100%;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
|
@ -23,9 +22,14 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.avatar__wrapper,
|
||||
.avatar__wrapper .avatar__wrapper--interior picture > *,
|
||||
.avatar__wrapper .avatar__wrapper--interior img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.avatar__wrapper .avatar__wrapper--interior picture > *,
|
||||
.avatar__wrapper .avatar__wrapper--interior img {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue