From 0c5bbdd6408b241fecb79993cc8a5d1b4a354729 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 23 Aug 2024 19:03:38 -0700 Subject: [PATCH] fix: alignment --- package-lock.json | 4 ++-- package.json | 2 +- src/assets/styles/pages/books.css | 2 +- src/assets/styles/pages/music.css | 4 ++-- src/pages/dynamic/books/book.html | 6 +++--- src/pages/dynamic/music/artists/artist.html | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1d177da..9b71707a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "22.6.2", + "version": "22.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "22.6.2", + "version": "22.6.3", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.5.0", diff --git a/package.json b/package.json index 4040bea9..5e4e97d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "22.6.2", + "version": "22.6.3", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/assets/styles/pages/books.css b/src/assets/styles/pages/books.css index f6d18577..1fc9716d 100644 --- a/src/assets/styles/pages/books.css +++ b/src/assets/styles/pages/books.css @@ -118,7 +118,7 @@ & svg { stroke: var(--music); - margin-right: var(--sizing-xs); + margin-bottom: -6px; } } } diff --git a/src/assets/styles/pages/music.css b/src/assets/styles/pages/music.css index 96c720e2..2dea9530 100644 --- a/src/assets/styles/pages/music.css +++ b/src/assets/styles/pages/music.css @@ -22,7 +22,7 @@ & svg { stroke: var(--concerts); - margin-right: var(--sizing-xs); + margin-bottom: -6px; } } @@ -31,7 +31,7 @@ & svg { stroke: var(--books); - margin-right: var(--sizing-xs); + margin-bottom: -6px; } } diff --git a/src/pages/dynamic/books/book.html b/src/pages/dynamic/books/book.html index 24e55165..1b71d9ad 100644 --- a/src/pages/dynamic/books/book.html +++ b/src/pages/dynamic/books/book.html @@ -57,12 +57,12 @@ schema: book {%- if book.artists -%} {%- capture sectionTitle -%} {% if book.artists.size > 1 %} - I listen to artists in this book! + I listen to artists featured in this book! {% else %} - I listen to the artist in this book! + I listen to the artist featured in this book! {%- endif -%} {%- endcapture -%} -

+

{% tablericon "headphones" "Music" %} {{ sectionTitle }}

diff --git a/src/pages/dynamic/music/artists/artist.html b/src/pages/dynamic/music/artists/artist.html index d6148dff..bcac645f 100644 --- a/src/pages/dynamic/music/artists/artist.html +++ b/src/pages/dynamic/music/artists/artist.html @@ -64,7 +64,7 @@ schema: artist {%- endif -%} {%- if artist.concerts -%}
-

+

{% tablericon "device-speaker" "concert" %} I've seen this artist live!

@@ -92,7 +92,7 @@ schema: artist {%- endif -%} {%- if artist.books -%}
-

+

{% tablericon "books" "books" %} I've read about this artist!