chore: remove utility classes + cleanup

This commit is contained in:
Cory Dransfeldt 2024-09-15 12:49:33 -07:00
parent 4302f61f8c
commit 8a8de24caa
No known key found for this signature in database
30 changed files with 247 additions and 214 deletions

View file

@ -7,9 +7,12 @@
}
.avatar-wrapper {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-bottom: var(--spacing-sm);
width: 100%;
justify-content: center;
& .interior {
display: flex;
@ -20,4 +23,8 @@
image-rendering: pixelated;
}
}
}
.about-title {
text-align: center;
}