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 cb8f3c9 commit 092a3ffCopy full SHA for 092a3ff
web/src/app/(content)/(info)/blog/page.tsx
@@ -46,7 +46,7 @@ const BlogPageComponent = ({ posts }: { posts: PostType[] }) => {
46
width={480}
47
height={360}
48
alt=''
49
- className='rounded-md aspect-[3/2] w-full object-cover transition-all duration-300 mb-2'
+ className='rounded-md aspect-[16/9] w-full object-cover transition-all duration-300 mb-2'
50
/>
51
52
<h3 className='text-lg font-bold text-opacity-50 mb-2 leading-6 flex-grow'>
0 commit comments