Quickfix styling
This commit is contained in:
@@ -17,7 +17,7 @@ const Card = ({ ...props }) => (
|
||||
<div className="px-6 py-4">
|
||||
<h3 className="text-black font-bold text-xl mb-2">{props.title}</h3>
|
||||
<p
|
||||
className="text-black-lighter text-base"
|
||||
className="text-black-light text-base"
|
||||
dangerouslySetInnerHTML={{ __html: props.excerpt }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user