|
|
@ -8,7 +8,7 @@ import FeaturedImage from "../../../assets/images/article-featured-image.svg"; |
|
|
|
|
|
|
|
|
|
|
|
const BlogDesign6 = ({ blogExcerpt, blogAuthor, blogComments }) => { |
|
|
|
const BlogDesign6 = ({ blogExcerpt, blogAuthor, blogComments }) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<section className="w-3/12 mx-auto p-4 bg-white rounded-md shadow-md my-8"> |
|
|
|
<section className="w-5/12 mx-auto p-4 bg-white rounded-md shadow-md my-8"> |
|
|
|
{/* title holder */} |
|
|
|
{/* title holder */} |
|
|
|
<div className="flex items-center justify-between mb-6"> |
|
|
|
<div className="flex items-center justify-between mb-6"> |
|
|
|
<h2 className="text-productTitle bg-lime-200 p-2 rounded text-base"> |
|
|
|
<h2 className="text-productTitle bg-lime-200 p-2 rounded text-base"> |
|
|
|