fix: Avatar downscaling upon compressing the page
This commit is contained in:
parent
6a0198f6c6
commit
a64bce10f6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue