Skip to content

Commit

Permalink
Fix blog index style when description is short (#3062)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Aug 29, 2024
1 parent 861739b commit 12afb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function BlogIndex() {
</p>
) : null}
</div>
<div className="hidden md:block">{titleImageComponent}</div>
<div className="hidden md:block ml-auto">{titleImageComponent}</div>
</div>
);
})
Expand Down

0 comments on commit 12afb7f

Please sign in to comment.