fix: about -> avatar dimensions

This commit is contained in:
Cory Dransfeldt 2024-03-02 08:17:45 -08:00
parent 6508bd8945
commit 56c87d3ff2
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "7.1.2",
"version": "7.1.3",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -8,8 +8,8 @@
}
.avatar__wrapper .avatar__wrapper--interior {
width: var(--avatar-size);
height: var(--avatar-size);
max-width: var(--avatar-size);
height: auto;
border: 1px solid var(--accent-color);
border-radius: var(--rounded-full);
display: flex;