11 lines
145 B
CSS
11 lines
145 B
CSS
.votingBoard {
|
|
text-align: center;
|
|
padding: 20px;
|
|
}
|
|
|
|
.voteCards {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|