css: float the avatar on the right

On physical iPhone SE2020 I am seeing nasty line hyphenation in my
name, while I am unable to reproduce in devtools simulation and while
thinking of increasing the avatar size on mobile, I accidentally
stumbled onto this solution (like my CV uses on mobile) and I liked it
so much that I have to try it.
This commit is contained in:
Aminda Suomalainen 2024-05-30 19:09:09 +03:00
parent 943735a2d3
commit c0a877c31f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@ pre {
margin-right: auto;
width: 25%;
border: 1px solid;
display: block;
//display: block;
display: float;
float: left;
}
// This is the short bio in the index and all my profiles