padding and fonts

This commit is contained in:
Colin Megill
2017-12-24 01:38:39 -08:00
parent 3486e5b1ca
commit 75dd7c9c2e
3 changed files with 1 additions and 4 deletions

View File

@@ -42,8 +42,6 @@ class Category extends React.Component {
<button
onClick={this.handleColorChange.bind(this)}
style={{
font: globals.accentFont,
fontStyle: "italic",
fontSize: 10
}}> as color scale </button>
</div>

View File

@@ -103,7 +103,7 @@ class Graph extends React.Component {
render() {
return (
<div id="graphWrapper" style={{height: 600 /* move this to globals */}}>
<div id="graphWrapper" style={{height: 540 /* move this to globals */}}>
<div id="graphAttachPoint"> </div>
</div>
)

View File

@@ -30,7 +30,6 @@ export const darkerGrey = "rgb(51,51,51)";
export const tiniestFontSize = 12;
export const bolder = 700;
export const API = {