fix: Avatar downscaling upon compressing the page

This commit is contained in:
Leni Aniva 2024-09-17 16:21:31 -05:00
parent 6a0198f6c6
commit a64bce10f6
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 2 additions and 3 deletions

View File

@ -140,8 +140,7 @@
}
#bio-name {
font-family: serif;
font-size: 10vh;
line-height: 10vh;
font-size: 80px;
display: inline-block;
color: theme('colors.java.800');
}
@ -153,7 +152,7 @@
border: 4px solid theme('colors.eucalyptus.500');
border-radius: 50%;
aspect-ratio: 1;
width: 20vh;
width: 20%;
@apply ml-auto mr-0;
}
#avatar-img {