chore: styles
This commit is contained in:
parent
9ca24f51e8
commit
2f84b04518
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar-wrapper {
|
.avatar-wrapper {
|
||||||
margin-bottom: var(--sizing-xl);
|
margin-bottom: var(--sizing-md);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -12,7 +12,6 @@
|
||||||
width: var(--avatar-size);
|
width: var(--avatar-size);
|
||||||
height: var(--avatar-size);
|
height: var(--avatar-size);
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: var(--sizing-lg);
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
|
Reference in a new issue