[O] Align the two graph titles

This commit is contained in:
Hykilpikonna
2019-09-29 19:14:27 -04:00
parent e4a1c4973d
commit 76eb8168ce
2 changed files with 9 additions and 1 deletions
@@ -0,0 +1,7 @@
#graph-average
{
.graph
{
margin-top: 50px;
}
}
@@ -1,6 +1,7 @@
<template>
<div id="graph-average">
<ve-bar :extend="chartSettings"></ve-bar>
<ve-bar height="450px" class="graph"
:extend="chartSettings"></ve-bar>
</div>
</template>