Files
retrod/src/cards/cards.module.css
2020-03-30 15:41:10 -04:00

9 lines
98 B
CSS

.cardBackground{
background: white;
margin: .5em;
padding: 1em;
}
.hide{
display: none;
}