Skip to content

Commit

Permalink
fix: substack alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Aug 7, 2023
1 parent c55c1d6 commit 5ee2170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/blog/src/components/SubstackFeed/SubstackFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const SubstackFeed: FC = () => {
<H5 as="h2">{t('newsletter.sections.latest')}</H5>
<p className="pt-3 text-s dark:text-gray-400">{t('newsletter.seo.description')}</p>
</header>
<ul>
<ul className="flex flex-col md:flex-row gap-5">
{feed?.items.map((item: any, index: any) => (
<li
className="relative overflow-hidden"
Expand Down

1 comment on commit 5ee2170

@vercel
Copy link

@vercel vercel bot commented on 5ee2170 Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.