Change to px, % was too reactive

This commit is contained in:
Matt DiMeglio 2025-05-29 14:39:59 -04:00
parent 7d3dfb01cd
commit ace3b0daa9

View file

@ -57,7 +57,7 @@ const CardShell = styled('div')`
const Card = styled('div')`
background-color: #C7C7C7;
width: 50%;
width: 1000px;
padding: 20px;
border-radius: 10px;
margin: 5px;