mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-05 05:03:08 +00:00
Started Migration to Fluid-Tailwind and Misc Fixes
This commit is contained in:
parent
a9bd470c68
commit
9e4ef90d73
9 changed files with 21 additions and 18 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue