diff --git a/css/index.styl b/css/index.styl index f7b6bb6..8b9f356 100644 --- a/css/index.styl +++ b/css/index.styl @@ -18,21 +18,26 @@ global-reset() html, body { height: 100% } h1 { - color: red - font: bold 52px/60px "Lobster Two", sans-serif - text-align: center - margin: 0 0 10px + color: red; + font: bold 52px/60px "Lobster Two", sans-serif; + text-align: center; + margin: 0 0 10px; +} + +h1.with-subtitle { + margin: 0; } p { - color: gray - font: 14px/20px "Quicksand", sans-serif - text-align: center - margin: 0 0 + color: gray; + font: 14px/20px "Quicksand", sans-serif; + text-align: center; + margin: 0 0; } p.subtitle { - font: 16px/22px "Quicksand", sans-serif + font: 16px/22px "Quicksand", sans-serif; + margin-bottom: 10px; } .drop-zone { diff --git a/lib/components/UploadPage.js b/lib/components/UploadPage.js index 839590e..0f8b530 100644 --- a/lib/components/UploadPage.js +++ b/lib/components/UploadPage.js @@ -52,7 +52,7 @@ export default class UploadPage extends React.Component { -

FilePizza

+

FilePizza

Your files, delivered.