diff --git a/css/index.styl b/css/index.styl index 02768b2..8bc1ace 100644 --- a/css/index.styl +++ b/css/index.styl @@ -29,6 +29,10 @@ h1.with-subtitle { margin: 0; } +a { + color: gray; +} + p { color: gray; font: 16px/22px "Quicksand", sans-serif; @@ -41,6 +45,17 @@ p.subtitle { margin-bottom: 10px; } +p.byline { + position: absolute; + bottom: 0; + margin-left: auto; + margin-right: auto; + margin-bottom: 15px; + left: 0; + right: 0; + font: 16px/22px "Quicksand", sans-serif; +} + .drop-zone { width: 100% height: 100% diff --git a/lib/components/App.js b/lib/components/App.js index f9b3d28..21f3a54 100644 --- a/lib/components/App.js +++ b/lib/components/App.js @@ -45,6 +45,7 @@ export default class App extends React.Component { +

By Neeraj Baid and Alex Kern.

{this.state.isSupported ? : }