Changes in font, illustrations and various design tweaks

This commit is contained in:
Moris Zen
2018-08-31 02:29:46 +02:00
parent d6f21c567e
commit d9aa8c404b
12 changed files with 55 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ const Card = ({ ...props }) => (
<img className="w-full" src={ImgSprint} alt="Sprint Work" />
)}
<div className="px-6 py-4">
<h3 className="text-black font-bold text-xl mb-2">{props.title}</h3>
<h3 className="text-black font-bold text-3xl mb-2">{props.title}</h3>
<p
className="text-black-light text-base"
dangerouslySetInnerHTML={{ __html: props.excerpt }}