mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
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:
parent
943735a2d3
commit
c0a877c31f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user