fix: about -> avatar dimensions
This commit is contained in:
parent
6508bd8945
commit
56c87d3ff2
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.1.2",
|
"version": "7.1.3",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar__wrapper .avatar__wrapper--interior {
|
.avatar__wrapper .avatar__wrapper--interior {
|
||||||
width: var(--avatar-size);
|
max-width: var(--avatar-size);
|
||||||
height: var(--avatar-size);
|
height: auto;
|
||||||
border: 1px solid var(--accent-color);
|
border: 1px solid var(--accent-color);
|
||||||
border-radius: var(--rounded-full);
|
border-radius: var(--rounded-full);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Reference in a new issue