Move subtitle up to title.

nb/hide-http
Neeraj Baid 11 years ago
parent f2d4906c2d
commit ee308f5b03

@ -18,21 +18,26 @@ global-reset()
html, body { height: 100% } html, body { height: 100% }
h1 { h1 {
color: red color: red;
font: bold 52px/60px "Lobster Two", sans-serif font: bold 52px/60px "Lobster Two", sans-serif;
text-align: center text-align: center;
margin: 0 0 10px margin: 0 0 10px;
}
h1.with-subtitle {
margin: 0;
} }
p { p {
color: gray color: gray;
font: 14px/20px "Quicksand", sans-serif font: 14px/20px "Quicksand", sans-serif;
text-align: center text-align: center;
margin: 0 0 margin: 0 0;
} }
p.subtitle { p.subtitle {
font: 16px/22px "Quicksand", sans-serif font: 16px/22px "Quicksand", sans-serif;
margin-bottom: 10px;
} }
.drop-zone { .drop-zone {

@ -52,7 +52,7 @@ export default class UploadPage extends React.Component {
<Spinner dir="up" /> <Spinner dir="up" />
<h1>FilePizza</h1> <h1 className="with-subtitle">FilePizza</h1>
<p className="subtitle">Your files, delivered.</p> <p className="subtitle">Your files, delivered.</p>
<p> <p>
<label className="select-file-label"> <label className="select-file-label">

Loading…
Cancel
Save