rcv-site/public/static/style.css
Jack Wines eb50e5e5a0 pesky changing ids bug squashed & added js libraries
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).
2023-06-12 12:35:38 -07:00

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;
}