diff --git a/components/Blocks/StandardSitePostBlock/StandardSitePostItem.tsx b/components/Blocks/StandardSitePostBlock/StandardSitePostItem.tsx index a603a725..ac9083a3 100644 --- a/components/Blocks/StandardSitePostBlock/StandardSitePostItem.tsx +++ b/components/Blocks/StandardSitePostBlock/StandardSitePostItem.tsx @@ -94,7 +94,7 @@ function StandardSitePostItemPlaceholder({ if (size === "small") { return ( <> -
+
@@ -106,16 +106,16 @@ function StandardSitePostItemPlaceholder({ if (size === "medium") { return ( <> -
-
-
+
+
+
-
+

@@ -129,12 +129,12 @@ function StandardSitePostItemPlaceholder({ className={`flex flex-col items-stretch ${widePage ? "sm:flex-row sm:gap-2 gap-0" : ""} w-full items-start`} >
-
+