Skip to content

Commit

Permalink
style updates to blog snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
echappen committed Nov 5, 2024
1 parent 8306148 commit 2b50584
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/BlogSnippet/BlogSnippet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export async function BlogSnippet() {

return (
<div>
<h2 className="margin-top-0 text-light">
Here’s the latest from <strong>the Cloud.gov blog</strong>:
<h2 className="margin-top-0 text-normal">
Here’s the latest from <strong>the Cloud.gov&nbsp;blog</strong>:
</h2>
<div className="display-flex">
<Image
Expand All @@ -25,15 +25,15 @@ export async function BlogSnippet() {
alt=""
className="margin-right-2"
/>
<h3 className="margin-top-1">
<Link href={link} target="_blank">
<h3 className="margin-top-0">
<Link href={link} target="_blank" className="usa-link">
{title}
</Link>
</h3>
</div>
<p>
<p className="line-height-sans-4">
{pubDate}{summary}{' '}
<Link href={link} target="_blank">
<Link href={link} target="_blank" className="usa-link">
Read more »
</Link>
</p>
Expand Down

0 comments on commit 2b50584

Please sign in to comment.