diff --git a/package-lock.json b/package-lock.json index def2ae17..7236b0a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@11ty/eleventy-fetch": "4.0.1", diff --git a/package.json b/package.json index 4a92d417..cfcc6c24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "3.0.0", + "version": "3.0.1", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { diff --git a/src/assets/styles/components/mastodon-post.css b/src/assets/styles/components/mastodon-post.css index 92e55719..d6f794fd 100644 --- a/src/assets/styles/components/mastodon-post.css +++ b/src/assets/styles/components/mastodon-post.css @@ -1,18 +1,22 @@ -.mastodon-post-wrapper { - & dl, - & dt { - display: flex; - } +mastodon-post { + width: 100%; - & dl { - align-items: center; + .mastodon-post-wrapper { + & dl, + & dt { + display: flex; + } - & dd { - margin-left: var(--spacing-xs); + & dl { + align-items: center; - &:not(:last-child) { - margin-right: var(--spacing-lg); + & dd { + margin-left: var(--spacing-xs); + + &:not(:last-child) { + margin-right: var(--spacing-lg); + } } } } -} \ No newline at end of file +} diff --git a/src/includes/blocks/associated-media.liquid b/src/includes/blocks/associated-media.liquid index 91ecfbe0..233c8f9a 100644 --- a/src/includes/blocks/associated-media.liquid +++ b/src/includes/blocks/associated-media.liquid @@ -33,7 +33,7 @@