Now that the bug is squashed, I no longer need to pin acid-state to a specific version (I previously thought it was a bad version, it was actually storing the StdGen in the DB). Also you can now get a ballot (though not submit it).
31 lines
374 B
CSS
31 lines
374 B
CSS
body
|
|
{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#inputs, .options
|
|
{
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 400px;
|
|
gap: 10px;
|
|
}
|
|
|
|
.options
|
|
{
|
|
padding: 10px
|
|
}
|
|
|
|
#permenant-input
|
|
{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.options > * {
|
|
flex-direction: row;
|
|
display: flex;
|
|
background-color: white;
|
|
}
|