Add robots package and stylistic tweaks
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user