Format Change

This commit is contained in:
Matt DiMeglio 2025-05-29 14:25:28 -04:00
parent 6afe93aa04
commit 7d3dfb01cd

View file

@ -49,7 +49,9 @@ const SlidingIndicator = styled('div')`
const CardShell = styled('div')` const CardShell = styled('div')`
display: flex; display: flex;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: center;
padding: 10px; padding: 10px;
`; `;
@ -58,6 +60,7 @@ const Card = styled('div')`
width: 50%; width: 50%;
padding: 20px; padding: 20px;
border-radius: 10px; border-radius: 10px;
margin: 5px;
`; `;
const CardTitle = styled('p')` const CardTitle = styled('p')`