1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

format date and time for data display

This commit is contained in:
wellenvogel
2021-12-09 18:29:34 +01:00
parent a02cecb6eb
commit ac0ecf9b68
2 changed files with 48 additions and 1 deletions

View File

@@ -293,7 +293,10 @@ body {
}
.dashValue.formatLongitude {
font-size: 1.1em;
}
}
.dashValue.formatDate {
font-size: 1.2em;
}
.footer {
display: flex;
flex-direction: row;