You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
356 B
CSS

form{
max-width: 1300px;
margin: 1em auto;
padding: 1em;
text-align: center;
}
form *{
font-size: 24px;
}
form h1{
font-size: 100%;
}
form select {
padding: 0.5em 0 0.5em 0.5em;
}
form div#dropdowns {
text-align: right;
line-height: 1;
}
form div#dropdown-options.hide{
display: none;
}
form div#dropdowns div.row{
margin: 0.75em 0;
}