/* Everything but the jumbotron gets side spacing for mobile-first views */
.container{
.masthead,
margin:0auto;
.body-content,
max-width:1000px;
.footer{
padding-left:15px;
padding-right:15px;
}
}
.container>hr{
/* Custom container */
/* .container > hr {
margin: 60px 0;
margin: 60px 0;
}
}
*/
.footer{
border-top:1pxsolid#ddd;
margin-top:30px;
padding-top:29px;
padding-bottom:30px;
}
/* Main marketing message and sign up button */
/* Main marketing message and sign up button */
.jumbotron{
.jumbotron{
text-align:center;
text-align:center;
background-color:transparent;
background-color:transparent;
}
}
.jumbotronh1{
font-size:100px;
line-height:1;
}
.jumbotron.lead{
font-size:24px;
line-height:1.25;
}
.jumbotron.btn{
.jumbotron.btn{
font-size:21px;
font-size:21px;
padding:14px24px;
padding:14px24px;
}
}
/* Supporting marketing content */
.marketing{
margin:60px0;
}
.marketingp+h4{
margin-top:28px;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */
/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified{
.nav-justified{
max-height:50px;
max-height:50px;
...
@@ -106,6 +101,20 @@
...
@@ -106,6 +101,20 @@
border-top-right-radius:5px;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
border-bottom-right-radius:5px;
}
}
/* Responsive: Portrait tablets and up */
@mediascreenand(min-width:768px){
/* Remove the padding we set earlier */
.masthead,
.marketing,
.footer{
padding-left:0;
padding-right:0;
}
/* Make the nav on the same line */
}
</style>
</style>
</head>
</head>
...
@@ -130,11 +139,12 @@
...
@@ -130,11 +139,12 @@
<!-- Jumbotron -->
<!-- Jumbotron -->
<divclass="jumbotron">
<divclass="jumbotron">
<h1>Marketing stuff!</h1>
<h1>Marketing stuff!</h1>
<pclass="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
<pclass="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet.</p>
<aclass="btn btn-large btn-success"href="#">Get started today</a>
<p><aclass="btn btn-large btn-success"href="#">Get started today</a></p>