Skip to content

Commit aaaf447

Browse files
authored
fixing bug (#1781)
1 parent b63b163 commit aaaf447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/blog/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default function StaticMarkdownPage({
198198
</Head>
199199
<div className='max-w-[1400px] mx-auto overflow-x-hidden flex flex-col items-center mt-0 sm:mt-10'>
200200
{recentBlog[0] && (
201-
<div className='relative w-full aspect-[16/9] bg-black clip-bottom mt-1.5 flex flex-col items-center justify-start dark:bg-slate-700'>
201+
<div className='relative w-full h-[500px] sm:h-[400px] bg-black clip-bottom mt-1.5 flex flex-col items-center justify-start dark:bg-slate-700'>
202202
<div className='absolute w-full h-full dark:bg-[#282d6a]' />
203203
<Image
204204
src={recentBlog[0].frontmatter.cover}

0 commit comments

Comments
 (0)