Flex wrap winner raffles to not overflow vertical.

This commit is contained in:
2020-09-06 14:32:29 +02:00
parent 4f9b4ad3cf
commit 55b3552786

View File

@@ -36,6 +36,7 @@ h2 {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}
.ballot-element {