Add robots package and stylistic tweaks

This commit is contained in:
Moris Zen
2018-09-05 18:13:47 +02:00
parent 4d46ef4103
commit 28ffe0e2c0
6 changed files with 206 additions and 27 deletions

View File

@@ -18,7 +18,9 @@ const Card = ({ ...props }) => (
props.team ? 'absolute pin-b' : ''
} text-center w-full bg-white-opacity`}
>
<h3 className="text-black text-center text-xl">{props.title}</h3>
<h3 className="text-black font-medium text-center text-xl">
{props.title}
</h3>
{props.subtitle && (
<span className="text-sm font-medium text-black pt-1 opacity-70">
{props.subtitle}