Merge branch 'master' of github.com:kern/filepizza

nb/hide-http
Alex Kern 11 years ago
commit acfb3d77b5

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

@ -45,6 +45,7 @@ export default class App extends React.Component {
</FrozenHead>
<body>
<p className="byline">By <a href="http://neeraj.io" target="_blank">Neeraj Baid</a> and <a href="http://kern.io" target="_blank">Alex Kern</a>.</p>
{this.state.isSupported
? <RouteHandler />
: <ErrorPage />}

Loading…
Cancel
Save