mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
d95d30029f
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
34 lines
440 B
CSS
34 lines
440 B
CSS
.jumbotron {
|
|
padding-top: 3rem;
|
|
padding-bottom: 3rem;
|
|
margin-bottom: 0;
|
|
background-color: #fff;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.jumbotron {
|
|
padding-top: 6rem;
|
|
padding-bottom: 6rem;
|
|
}
|
|
}
|
|
|
|
.jumbotron p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.jumbotron-heading {
|
|
font-weight: 300;
|
|
}
|
|
|
|
.jumbotron .container {
|
|
max-width: 40rem;
|
|
}
|
|
|
|
footer {
|
|
padding-top: 3rem;
|
|
padding-bottom: 3rem;
|
|
}
|
|
|
|
footer p {
|
|
margin-bottom: .25rem;
|
|
}
|