fix up voting styling

This commit is contained in:
2023-10-23 18:11:57 +02:00
parent ffbb040f22
commit 172659b1c4

View File

@@ -77,6 +77,15 @@
width: 50%;
text-align: center;
}
.wrapper {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 5vh;
}
</style>
</head>
<body>