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 {