diff --git a/apps/blogai/components/article/article.tsx b/apps/blogai/components/article/article.tsx index 27e6717..6ee1425 100644 --- a/apps/blogai/components/article/article.tsx +++ b/apps/blogai/components/article/article.tsx @@ -287,7 +287,7 @@ const NineGrid: React.FC = ({ // width: '70%', // margin: '0 auto' }} - className='w-full lg:w-[80%] m-auto' + className='w-[90%] m-auto' > { message.info(t("soon")) } - +//w-11/12 sm:w-5/6 md:w-3/4 lg:w-2/3 xl:w-3/5 2xl:w-1/2 return ( -
+