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

tune dashboard layout

This commit is contained in:
andreas
2021-11-10 16:28:55 +01:00
parent 48c57a1610
commit b02290d4d6
2 changed files with 50 additions and 3 deletions

View File

@@ -184,6 +184,7 @@ body{
margin: 0;
box-sizing: border-box;
font-size: 1.2em;
justify-content: space-between;
}
div#dashboardPage {
display: flex;
@@ -197,8 +198,13 @@ body{
.dashValue{
font-size: 1.6em;
text-align: center;
flex: 1;
}
.dashValue.formatLatitude {
font-size: 1.1em;
}
.dashValue.formatLongitude {
font-size: 1.1em;
}
.footer {
display: flex;
flex-direction: row;