firmware wip - CSS better sizes for mobile and pc view

This commit is contained in:
Marcus 2024-05-03 15:49:21 +02:00
parent 0aa6e47468
commit 228a46c2b3

View file

@ -284,7 +284,7 @@ a:active {
@media only screen and (min-width: 1280px) { @media only screen and (min-width: 1280px) {
.center, .nav { .center, .nav {
width: 60%; min-width: 420px; width: 60%; min-width: 420px;
} }
} }
</style> </style>
</head> </head>
@ -453,7 +453,7 @@ const char CSSgauge[] PROGMEM = R"EOF(
.gauge__label--high { width: 48px; } .gauge__label--high { width: 48px; }
.gaugeLabel { font-size: 1.3em; } .gaugeLabel { font-size: 1.3em; }
.gauge__labels { font-size: 2em; } .gauge__labels { font-size: 2em; }
}
.gauge--liveupdate .gauge__data, .gauge--liveupdate .gauge__data,
.gauge--liveupdate .gauge__needle { .gauge--liveupdate .gauge__needle {