From a64bce10f666d2aa10728d904f1dd4bb3a7f4576 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Tue, 17 Sep 2024 16:21:31 -0500 Subject: [PATCH] fix: Avatar downscaling upon compressing the page --- src/routes/+page.svelte | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index bc0e454..2dd8a9b 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -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 {