Skip to content

Commit

Permalink
make results section of webgui full width
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Sep 3, 2022
1 parent d660104 commit 9130ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/dream_web/index.css
Expand Up @@ -44,7 +44,7 @@ div {
}
#results {
text-align: center;
max-width: 1000px;
// max-width: 1024px;
margin: auto;
padding-top: 10px;
}
Expand All @@ -64,7 +64,7 @@ input[type="number"] {
width: 150px;
}
hr {
width: 200px;
// width: 200px;
}
label {
white-space: nowrap;
Expand Down

0 comments on commit 9130ad7

Please sign in to comment.