feat: responsive behavior

This commit is contained in:
Ben Warzeski
2022-09-09 01:31:23 -04:00
parent d8637f9464
commit 1d9608a755
41 changed files with 478 additions and 324 deletions

View File

@@ -23,7 +23,7 @@ export const ProgramCard = ({ data }) => {
);
return (
<Card
className="program-card d-inline-block bg-primary-500 text-white pb-3.5"
className="program-card mx-auto bg-primary-500 text-white mb-3.5 pb-3.5"
style={{ width: '18rem', color: 'white' }}
>
<Card.ImageCap