firmware wip - CSS better sizes for mobile and pc view
This commit is contained in:
parent
0aa6e47468
commit
228a46c2b3
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue