Skip to content

author image spacing fixed #1278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/blog/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function StaticMarkdownPage({
<h1 className='text-h1mobile ab1:text-h1 sm:text-h2 font-semibold text-stroke-1 mr-6 dark:slate-300'>
{recentBlog[0].frontmatter.title}
</h1>
<div className='flex ml-2 mb-2 '>
<div className='flex ml-2 gap-2 mb-2 items-center justify-start'>
<div
className='bg-slate-50 h-10 w-10 lg:h-[44px] lg:w-[44px] rounded-full -ml-3 bg-cover bg-center border-2 border-white'
style={{
Expand All @@ -171,7 +171,7 @@ export default function StaticMarkdownPage({
<p className='text-sm font-semibold text-stroke-1'>
{recentBlog[0].frontmatter.authors[0].name}
</p>
<div className='mb-6 text-sm text-stroke-1'>
<div className='text-sm text-stroke-1'>
<span>
{recentBlog[0].frontmatter.date} &middot; {timeToRead}{' '}
min read
Expand Down
Loading