chore: simplify page
This commit is contained in:
parent
34e3f75822
commit
9ca24f51e8
4 changed files with 2 additions and 5 deletions
|
@ -11,11 +11,8 @@
|
|||
& .interior {
|
||||
width: var(--avatar-size);
|
||||
height: var(--avatar-size);
|
||||
border: 1px solid var(--accent-color);
|
||||
border-radius: var(--rounded-full);
|
||||
display: flex;
|
||||
padding: var(--sizing-lg);
|
||||
background-color: var(--white);
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
Reference in a new issue