firmware wip - CSS better sizes for mobile and pc view

This commit is contained in:
Marcus 2024-05-03 15:30:03 +02:00
parent 2da652b583
commit 65ac8a72a2

View file

@ -1923,7 +1923,7 @@ void WEBroot() {
body += "gaugeTemperature.value('";
body += valTemperature;
body += '", 42, ' °C'); ";
body += "', 42, ' °C'); ";
body += "gaugeHumidity.value('";
body += valHumidity;