diff --git a/src/styles/pages/about.css b/src/styles/pages/about.css index ec1394d..fe255fa 100644 --- a/src/styles/pages/about.css +++ b/src/styles/pages/about.css @@ -1,15 +1,12 @@ -:root { +.avatar-wrapper { --avatar-size: 16rem; + display: flex; + justify-content: center; + width: 100%; @media screen and (min-width: 768px) { --avatar-size: 24rem; } -} - -.avatar-wrapper { - display: flex; - justify-content: center; - width: 100%; & img { width: var(--avatar-size); diff --git a/src/styles/pages/books.css b/src/styles/pages/books.css index 0649df8..a3308ab 100644 --- a/src/styles/pages/books.css +++ b/src/styles/pages/books.css @@ -1,4 +1,4 @@ -:root { +:is(.book-entry, .book-focus) .progress-bar-wrapper { --progress-bar-width: 50%; @media screen and (min-width: 768px) { diff --git a/src/styles/pages/music.css b/src/styles/pages/music.css index 4c18783..16249f3 100644 --- a/src/styles/pages/music.css +++ b/src/styles/pages/music.css @@ -21,11 +21,9 @@ gap: var(--spacing-md); } - & .media-meta { - margin-top: var(--spacing-base); - - @media screen and (min-width: 768px) { - margin-top: 0; + @media screen and (max-width: 768px) { + & .media-meta { + margin-top: var(--spacing-base); } } } diff --git a/src/utils/data/static/sitemapData.json b/src/utils/data/static/sitemapData.json index 89a03a3..f8188c9 100644 --- a/src/utils/data/static/sitemapData.json +++ b/src/utils/data/static/sitemapData.json @@ -356,6 +356,9 @@ { "loc": "https://coryd.dev/posts/2013/who-the-fraggle-designed-this" }, + { + "loc": "https://coryd.dev/posts/2024/dns-records-and-a-cloudflare-security-violation" + }, { "loc": "https://coryd.dev/posts/2024/check-if-images-are-available-before-optimizing-in-eleventy" }, @@ -7085,6 +7088,9 @@ { "loc": "https://coryd.dev/music/artists/home-is-where-united-states" }, + { + "loc": "https://coryd.dev/music/artists/the-wytches-united-kingdom" + }, { "loc": "https://coryd.dev/music/artists/portal-australia" },