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 @@
-
- - album cover for the lastfuture track misinterpreter -

lastfuture misinterpreter

-
listen or buy on bandcamp
-
-
-
@@ -105,12 +90,28 @@ srcset="img/album/lastfuture_-_dreamshifter.webp 2x, img/album/lastfuture_-_dreamshifter_1x.webp 1x" alt="album cover for the lastfuture album dreamshifter" width="120" height="120" + loading="lazy" />

lastfuture dreamshifter

listen or buy on bandcamp
+
+ + album cover for the lastfuture track misinterpreter +

lastfuture misinterpreter

+
listen or buy on bandcamp
+
+
+
@@ -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; } }