Bw/design fixes2 (#28)

This commit is contained in:
Ben Warzeski
2022-09-28 15:47:51 -04:00
committed by GitHub
parent 9aa7d665c2
commit b570a9228f
30 changed files with 419 additions and 255 deletions

View File

@@ -25,6 +25,8 @@ export const ProgramCard = ({ data }) => {
<Card
className="program-card mx-auto bg-primary-500 text-white mb-3.5 pb-3.5"
style={{ width: '18rem', color: 'white' }}
as="a"
href={data.programUrl}
>
<Card.ImageCap
className="program-card-banner"