Files
fibonacci-fold/src/components/VotingBoard/VotingBoard.module.css
2024-08-27 04:05:57 -04:00

11 lines
145 B
CSS

.votingBoard {
text-align: center;
padding: 20px;
}
.voteCards {
display: flex;
justify-content: center;
flex-wrap: wrap;
}