From 3e6ba460463391470750bd0099f3ac1ce3b33b00 Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Wed, 14 May 2025 06:15:32 +0200 Subject: [PATCH] mobile styling improvements --- public_html/index.html | 46 ++++++++++++++++++++++-------------------- public_html/style.css | 32 ++++++++++++++++++++++++++++- 2 files changed, 55 insertions(+), 23 deletions(-) diff --git a/public_html/index.html b/public_html/index.html index 12090ce..173c9cb 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -10,13 +10,13 @@ - - - - - - - + + + + + + + @@ -30,7 +30,6 @@
-
hello! @@ -67,20 +66,6 @@
- -
+ +
@@ -120,6 +121,7 @@ srcset="img/album/lastfuture_-_reverse_kill.webp 2x, img/album/lastfuture_-_reverse_kill_1x.webp 1x" alt="album cover for the lastfuture album reverse kill" width="120" height="120" + loading="lazy" />

lastfuture reverse kill

listen or buy on bandcamp
diff --git a/public_html/style.css b/public_html/style.css index ec97efe..94c6c04 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -518,6 +518,7 @@ a { font-size: 1.125rem; font-style: italic; font-weight: 300; + transition: margin 0.25s, padding 0,25s; } .sidebaritem a { @@ -870,10 +871,39 @@ article.album a:hover { min-width: 340px; margin-top: 3rem; } + + .sidebaritem { + margin-left: calc( ( 100% - 240px ) / 2 ); + } + + .sidebaritem#greeting #icosahedron-container { + margin-left: 3.5rem; + } + + .sidebaritem#greeting .line1 { + margin-left: 4rem; + } + + .sidebaritem#iam { + padding-left: 0.75rem; + margin-top: 1.75rem; + } + + .sidebaritem#iam .line2 { + padding-left: 0.25rem; + } + + .sidebaritem#iam .line3 { + padding-left: 0.25rem; + } .sidebaritem#findme { margin-top: 0rem; - margin-bottom: 1rem; + margin-bottom: 2rem; + } + + .sidebaritem#findme .line2, .sidebaritem#findme .line3 { + margin-top: 0.2em; } }