Started Migration to Fluid-Tailwind and Misc Fixes

This commit is contained in:
Ahmad 2024-12-23 15:54:45 -05:00
parent a9bd470c68
commit 9e4ef90d73
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
9 changed files with 21 additions and 18 deletions

View file

@ -19,9 +19,9 @@ const PostPage = async (props: PostPageProps) => {
}
return (
<div className='mx-auto p-4 md:p-6 lg:p-8'>
<div className='mx-auto ~/lg:~p-4/8'>
<Image
className='mb-2 h-64 w-full rounded-md object-cover md:h-[500px]'
className='mb-2 w-full rounded-md object-cover ~/md:~h-64/[31rem]'
src={post.coverImage}
width={1200}
height={600}