2013-06-24 02:17:08 +02:00
|
|
|
/* Space out content a bit */
|
|
|
|
body {
|
2014-12-04 10:10:26 +01:00
|
|
|
padding-top: 1.5rem;
|
|
|
|
padding-bottom: 1.5rem;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
|
2013-08-18 07:51:00 +02:00
|
|
|
/* Everything but the jumbotron gets side spacing for mobile first views */
|
2013-06-24 02:17:08 +02:00
|
|
|
.header,
|
|
|
|
.marketing,
|
|
|
|
.footer {
|
2014-12-04 10:10:26 +01:00
|
|
|
padding-right: 1rem;
|
|
|
|
padding-left: 1rem;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom page header */
|
|
|
|
.header {
|
2015-03-01 22:44:10 +01:00
|
|
|
padding-bottom: 1rem;
|
2014-12-04 10:10:26 +01:00
|
|
|
border-bottom: .05rem solid #e5e5e5;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
/* Make the masthead heading the same height as the navigation */
|
|
|
|
.header h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
2014-12-04 10:10:26 +01:00
|
|
|
line-height: 3rem;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom page footer */
|
|
|
|
.footer {
|
2014-12-04 10:10:26 +01:00
|
|
|
padding-top: 1.5rem;
|
2013-06-24 02:17:08 +02:00
|
|
|
color: #777;
|
2014-12-04 10:10:26 +01:00
|
|
|
border-top: .05rem solid #e5e5e5;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
|
2013-08-18 05:33:52 +02:00
|
|
|
/* Customize container */
|
2014-12-04 10:10:26 +01:00
|
|
|
@media (min-width: 48em) {
|
2013-08-18 05:33:52 +02:00
|
|
|
.container {
|
2014-12-04 10:10:26 +01:00
|
|
|
max-width: 46rem;
|
2013-08-18 05:33:52 +02:00
|
|
|
}
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
.container-narrow > hr {
|
2014-12-04 10:10:26 +01:00
|
|
|
margin: 2rem 0;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Main marketing message and sign up button */
|
|
|
|
.jumbotron {
|
|
|
|
text-align: center;
|
2014-12-04 10:10:26 +01:00
|
|
|
border-bottom: .05rem solid #e5e5e5;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
.jumbotron .btn {
|
2014-12-04 10:10:26 +01:00
|
|
|
padding: .75rem 1.5rem;
|
|
|
|
font-size: 1.5rem;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Supporting marketing content */
|
|
|
|
.marketing {
|
2014-12-04 10:10:26 +01:00
|
|
|
margin: 3rem 0;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
.marketing p + h4 {
|
2014-12-04 10:10:26 +01:00
|
|
|
margin-top: 1.5rem;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Responsive: Portrait tablets and up */
|
2014-12-04 23:02:38 +01:00
|
|
|
@media screen and (min-width: 48em) {
|
2013-06-24 02:17:08 +02:00
|
|
|
/* Remove the padding we set earlier */
|
|
|
|
.header,
|
|
|
|
.marketing,
|
|
|
|
.footer {
|
|
|
|
padding-right: 0;
|
2014-01-31 13:20:33 +01:00
|
|
|
padding-left: 0;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
/* Space out the masthead */
|
|
|
|
.header {
|
2014-12-04 10:10:26 +01:00
|
|
|
margin-bottom: 2rem;
|
2013-06-24 02:17:08 +02:00
|
|
|
}
|
|
|
|
/* Remove the bottom border on the jumbotron for visual effect */
|
|
|
|
.jumbotron {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|