From c0a877c31f8b8f7440e48f3a1be6454af79e5486 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 19:09:09 +0300 Subject: [PATCH] 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. --- assets/main.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index f7288a1..42bea0f 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -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