diff --git a/css/main.css b/css/main.css index b2f2393a..07f8ce3f 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,6 @@ +#main { + padding-top: 70px; +} /* Taken from http://stackoverflow.com/a/20548578 */ .vcenter { @@ -47,4 +50,4 @@ .ascribe-table-item-column > * { display:table-cell; vertical-align: middle; -} \ No newline at end of file +} diff --git a/js/components/ascribe_app.js b/js/components/ascribe_app.js index 093b06dd..7d19c1b0 100644 --- a/js/components/ascribe_app.js +++ b/js/components/ascribe_app.js @@ -11,9 +11,9 @@ let AscribeApp = React.createClass({ return (
- +
); diff --git a/js/components/header.js b/js/components/header.js index 71d67197..c7ad3965 100644 --- a/js/components/header.js +++ b/js/components/header.js @@ -21,7 +21,37 @@ let Header = React.createClass({ render() { return ( -
hello {this.state.currentUser.username}
+ ) } });