Skip to content

Commit

Permalink
feat: add padding to ArticleSplashOld component for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottewiltshire0 committed Mar 3, 2025
1 parent 4dacd7d commit 2a1290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blog/ArticleSplashOld.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Post } from "@/sanity/schemaTypes/postType";

export const ArticleSplashOld = ({ article }: { article: Post }) => {
return (
<div className="flex max-w-[800px] flex-col gap-5 md:w-[800px]">
<div className="flex max-w-[800px] flex-col gap-5 pb-24 md:w-[800px]">
{article.imageUrl && (
<div className="relative aspect-video w-full">
<Image
Expand Down

0 comments on commit 2a1290f

Please sign in to comment.