From ee72d84d85c8be045a36aa1f20aafdc1e4bf998d Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Wed, 14 May 2025 06:18:28 +0200 Subject: [PATCH] mobile styling improvements --- public_html/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index 94c6c04..6199270 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -873,7 +873,7 @@ article.album a:hover { } .sidebaritem { - margin-left: calc( ( 100% - 240px ) / 2 ); + margin-left: calc( ( 100% - 220px ) / 2 ); } .sidebaritem#greeting #icosahedron-container { @@ -900,6 +900,7 @@ article.album a:hover { .sidebaritem#findme { margin-top: 0rem; margin-bottom: 2rem; + padding-left: 1rem; } .sidebaritem#findme .line2, .sidebaritem#findme .line3 {