From 649ab9d56a2b83458ec2ea5fb79329a7243ca9ac Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 10 Aug 2020 15:33:19 +1000 Subject: [PATCH] increase h1 top margin; decrease bottom graph margin --- ts/src/stats/graphs.scss | 3 ++- ts/src/stats/graphs.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index 3ce1257e7..3c6991edb 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -42,6 +42,7 @@ body { .graph h1 { text-align: center; margin-bottom: 0.25em; + margin-top: 1.5em; } .no-domain-line .domain { @@ -95,7 +96,7 @@ body { } .range-box-pad { - height: 4em; + height: 2em; } .range-box-inner { diff --git a/ts/src/stats/graphs.ts b/ts/src/stats/graphs.ts index 29e0194a5..cbb77d895 100644 --- a/ts/src/stats/graphs.ts +++ b/ts/src/stats/graphs.ts @@ -72,7 +72,7 @@ export function defaultGraphBounds(): GraphBounds { marginLeft: 70, marginRight: 70, marginTop: 20, - marginBottom: 40, + marginBottom: 25, }; }