Browse Source
Update style.css
to make two channels better fit side by side on phone(s)
pull/343/head
drahdiwaberl
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tools/esp8266/html/style.css
|
@ -177,7 +177,7 @@ div.ch { |
|
|
min-height: 350px; |
|
|
min-height: 350px; |
|
|
background-color: #006ec0; |
|
|
background-color: #006ec0; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
margin: 0 10px 15px 10px; |
|
|
margin: 0 0px 20px 10px; |
|
|
overflow: auto; |
|
|
overflow: auto; |
|
|
padding-bottom: 20px; |
|
|
padding-bottom: 20px; |
|
|
} |
|
|
} |
|
|