increase h1 top margin; decrease bottom graph margin

This commit is contained in:
Damien Elmes 2020-08-10 15:33:19 +10:00
parent 94e8a8b274
commit 649ab9d56a
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -72,7 +72,7 @@ export function defaultGraphBounds(): GraphBounds {
marginLeft: 70,
marginRight: 70,
marginTop: 20,
marginBottom: 40,
marginBottom: 25,
};
}