diff --git a/src/templates/layouts/newsStory/index.tsx b/src/templates/layouts/newsStory/index.tsx index d48be8bff..67a87a59f 100644 --- a/src/templates/layouts/newsStory/index.tsx +++ b/src/templates/layouts/newsStory/index.tsx @@ -21,6 +21,10 @@ export const NewsStory = ({ lovellVariant, lovellSwitchPath, }: LovellStaticPropsResource) => { + const imageClassName = caption + ? 'vads-u-margin-bottom--1' + : 'vads-u-margin-bottom--2p5' + return ( <>
@@ -33,7 +37,11 @@ export const NewsStory = ({ switchPath={lovellSwitchPath} />

{title}

- +
{caption}
@@ -56,8 +64,8 @@ export const NewsStory = ({ />
- + diff --git a/src/templates/layouts/storyListing/index.tsx b/src/templates/layouts/storyListing/index.tsx index e9119fc77..7efd5393f 100644 --- a/src/templates/layouts/storyListing/index.tsx +++ b/src/templates/layouts/storyListing/index.tsx @@ -95,8 +95,8 @@ export function StoryListing({ /> )} - + )