Skip to content

Commit

Permalink
minor css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lentz committed May 8, 2024
1 parent 6fd594f commit 01d645d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions houston/src/pages/Input.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ main.input-page {
display: flex;
flex-direction: row;
flex: 1;
max-height: 93%;
}

main.input-page .input-map {
Expand All @@ -11,6 +12,7 @@ main.input-page .input-map {

main.input-page .right-container {
width: 50dvw;
overflow-y: scroll;
}

main.input-page .right-container .tuas-form {
Expand Down Expand Up @@ -84,17 +86,17 @@ main.input-page #default-locations {
height: 30px;
}

fieldset{
main.input-page fieldset{
justify-content: center;
}

label{
main.input-page label{
display: block;
font-size: large;
padding: 15px;
padding: 5px;
}

legend{
main.input-page legend{
font-size: large;
}

0 comments on commit 01d645d

Please sign in to comment.