diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 50a5c630d8ee2ed2b6f4cbb2f2882eda10ce1cd4..08d8130532e009e3f60c09b46ba2a62338310241 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -56,7 +56,7 @@ function FeatureCard({ data, all_featured }: { data: featured; all_featured: fea <div className={"card mb-3 " + bgColor}> <div className="card-body"> <h5 className="card-title d-flex align-items-center"> - <div className="overflow-hidden"> + <div className="overflow-hidden pb-1"> <EmbeddedOMFieldComponent object_type="featured" object_id={data.id!}