fix: Avatar downscaling upon compressing the page
This commit is contained in:
parent
6a0198f6c6
commit
a64bce10f6
|
@ -140,8 +140,7 @@
|
||||||
}
|
}
|
||||||
#bio-name {
|
#bio-name {
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-size: 10vh;
|
font-size: 80px;
|
||||||
line-height: 10vh;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: theme('colors.java.800');
|
color: theme('colors.java.800');
|
||||||
}
|
}
|
||||||
|
@ -153,7 +152,7 @@
|
||||||
border: 4px solid theme('colors.eucalyptus.500');
|
border: 4px solid theme('colors.eucalyptus.500');
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
width: 20vh;
|
width: 20%;
|
||||||
@apply ml-auto mr-0;
|
@apply ml-auto mr-0;
|
||||||
}
|
}
|
||||||
#avatar-img {
|
#avatar-img {
|
||||||
|
|
Loading…
Reference in New Issue