Give the server log more width

This commit is contained in:
2017-11-30 20:16:16 -05:00
parent 6a31f11849
commit 2e4faa70c6
2 changed files with 87 additions and 78 deletions

View File

@@ -1,5 +1,4 @@
body {
max-width: 650px;
margin: 0 auto;
padding: 10px;
background-color: floralwhite;
@@ -36,6 +35,11 @@ ol li code {
display: inline-block;
}
.width-limit {
margin: 0 auto;
max-width: 650px;
}
#server-status {
display: none;
padding: 10px;
@@ -71,9 +75,9 @@ ol li code {
#server-log {
padding: 10px;
margin: 10px;
margin: 10px auto;
border: 1px solid darkgrey;
max-width: 1000px;
max-width: 1200px;
max-height: 600px;
overflow: scroll;
}