From 3c99b2690737698efb31364dd9e3c9467b664b08 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:03:45 -0500 Subject: [PATCH] Add CSS for embedded Bluesky posts Add CSS for the `bluesky-embed` class used in HTML generated by the "Embed post" feature in Bluesky. - Center the post - Add `1rem` the bottom margin to match the bottom margin for `p` in Chirpy Signed-off-by: Sean Whalen <44679+seanthegeek@users.noreply.github.com> --- _sass/base/_base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/base/_base.scss b/_sass/base/_base.scss index 19f153bd657..85174070bc9 100644 --- a/_sass/base/_base.scss +++ b/_sass/base/_base.scss @@ -319,6 +319,11 @@ main { @extend %img-caption; } +.bluesky-embed { + margin: auto; + margin-bottom: 1rem !important; +} + /* --- Effects classes --- */ .flex-grow-1 {