This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues or pull requests.
score-tracker/public/stylesheets/form.css
2021-11-21 19:07:44 -07:00

34 lines
No EOL
420 B
CSS

form {
display: flex;
flex-direction: column;
}
span {
display: flex;
flex-direction: column;
}
.form-main-dropdown {
width: 100%;
}
.form-section {
margin-bottom: 0.75em;
}
.form-section-input {
flex-direction: row;
}
input {
width: 100%;
}
.form-score-input{
width: 35%;
}
#submit-button {
margin-top: 1.5em;
}