Update altitude chart dimensions

This commit is contained in:
James Wilson 2017-02-03 16:33:39 -06:00
parent b929821fe8
commit 2e6b4eb4b6

View file

@ -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 {