git » homepage.git » commit 7f529ce

Prevent portrait overlap on iPhone layouts

author Alan Dipert
2026-07-17 00:50:30 UTC
committer Alan Dipert
2026-07-17 00:50:30 UTC
parent 23044802f3ee624b48b6752e2dc7e7c43b0c93a1

Prevent portrait overlap on iPhone layouts

tpl/style.css +3 -3

diff --git a/tpl/style.css b/tpl/style.css
index 692bf0c..5eaaaf7 100644
--- a/tpl/style.css
+++ b/tpl/style.css
@@ -467,8 +467,8 @@ img[src*="200px"]{width:200px;}
   .page-home .content{display:block;}
   .page-home .content>p:first-of-type{
     float:right;
-    width:118px;
-    margin:-3.7rem 0 .65rem 1rem;
+    width:108px;
+    margin:-1rem 0 .65rem 1rem;
   }
   .page-home .content>p:nth-of-type(2){margin-bottom:.8rem;}
   .page-home .content>h2:nth-of-type(1){clear:both;}
@@ -493,7 +493,7 @@ img[src*="200px"]{width:200px;}
     margin:0;
   }
   .page-home img[src*="float_right"]{
-    width:118px;
+    width:108px;
     max-width:100%;
     margin:0;
   }