We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63b163 commit aaaf447Copy full SHA for aaaf447
pages/blog/index.page.tsx
@@ -198,7 +198,7 @@ export default function StaticMarkdownPage({
198
</Head>
199
<div className='max-w-[1400px] mx-auto overflow-x-hidden flex flex-col items-center mt-0 sm:mt-10'>
200
{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'>
+ <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'>
202
<div className='absolute w-full h-full dark:bg-[#282d6a]' />
203
<Image
204
src={recentBlog[0].frontmatter.cover}
0 commit comments