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% }
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 {

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

Loading…
Cancel
Save