Initialize project using Create React App
This commit is contained in:
10
src/components/VotingBoard/VotingBoard.module.css
Normal file
10
src/components/VotingBoard/VotingBoard.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.votingBoard {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.voteCards {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
Reference in New Issue
Block a user