From 2e6b4eb4b6982b5f18f392b7869e542a167c749d Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 3 Feb 2017 16:33:39 -0600 Subject: [PATCH] Update altitude chart dimensions --- public_html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index f02ab16..7509ac4 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -635,7 +635,7 @@ select.error, textarea.error, input.error { width: 100%; height: 0; padding: 0; - padding-bottom: calc(100% * 18 / 502); + padding-bottom: calc(100% * 56 / 1815); } .altitudeMeters {