From 4b5d3e19dee8ede5b92413e9af825ace8faed7e5 Mon Sep 17 00:00:00 2001 From: drahdiwaberl Date: Wed, 12 Oct 2022 23:16:27 +0200 Subject: [PATCH] Update style.css to make two channels better fit side by side on phone(s) --- tools/esp8266/html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/esp8266/html/style.css b/tools/esp8266/html/style.css index f15f1cf1..8abd13bb 100644 --- a/tools/esp8266/html/style.css +++ b/tools/esp8266/html/style.css @@ -177,7 +177,7 @@ div.ch { min-height: 350px; background-color: #006ec0; display: inline-block; - margin: 0 10px 15px 10px; + margin: 0 0px 20px 10px; overflow: auto; padding-bottom: 20px; }