chore: simplify page

This commit is contained in:
Cory Dransfeldt 2024-05-10 15:54:21 -07:00
parent 34e3f75822
commit 9ca24f51e8
No known key found for this signature in database
4 changed files with 2 additions and 5 deletions

View file

@ -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;