Quickfix styling

This commit is contained in:
Moris Zen
2018-08-30 14:58:22 +02:00
parent 611ce0d2ac
commit b7326dc644
3 changed files with 4 additions and 4 deletions

View File

@@ -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>