Update altitude chart dimensions
This commit is contained in:
parent
b929821fe8
commit
2e6b4eb4b6
|
@ -635,7 +635,7 @@ select.error, textarea.error, input.error {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0;
|
height: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-bottom: calc(100% * 18 / 502);
|
padding-bottom: calc(100% * 56 / 1815);
|
||||||
}
|
}
|
||||||
|
|
||||||
.altitudeMeters {
|
.altitudeMeters {
|
||||||
|
|
Loading…
Reference in a new issue