diff --git a/css/index.styl b/css/index.styl index 162ae1b..ea1c6dc 100644 --- a/css/index.styl +++ b/css/index.styl @@ -25,10 +25,6 @@ h1 { margin: 0 0 10px; } -h1.with-subtitle { - margin: 0; -} - a { color: gray } @@ -39,16 +35,11 @@ strong { p { color: gray; - font: 16px/22px "Quicksand", sans-serif; + font: 18px/22px "Quicksand", sans-serif; text-align: center; margin: 0 0; } -p.subtitle { - font: 18px/24px "Quicksand", sans-serif; - margin-bottom: 10px; -} - p.byline { position: absolute; bottom: 0; @@ -243,16 +234,11 @@ p.byline { } } -label.select-file-label input[type="file"] { - position: fixed - top: -1000px -} - .select-file-label { border: 2px solid gray border-radius: 4px padding: 2px 5px - margin-top: 5px + margin-top: 10px background: light-gray display: inline-block cursor: pointer @@ -263,4 +249,9 @@ label.select-file-label input[type="file"] { background: white color: red } + + input[type="file"] { + position: fixed + top: -1000px + } } diff --git a/lib/components/UploadPage.js b/lib/components/UploadPage.js index 265543d..83d4ce0 100644 --- a/lib/components/UploadPage.js +++ b/lib/components/UploadPage.js @@ -52,9 +52,9 @@ export default class UploadPage extends React.Component { -

FilePizza

-

Free peer-to-peer file transfers in your browser.

-

We never store anything.

+

FilePizza

+

Free peer-to-peer file transfers in your browser.

+

We never store anything. Files only served fresh.