mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
update docs for responsive
This commit is contained in:
parent
19feb1b1ff
commit
20b9390a9e
1 changed files with 15 additions and 0 deletions
|
@ -351,6 +351,21 @@ h2 + table {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (min-width: 480px) and (max-width: 768px) {
|
||||||
|
|
||||||
|
/* Scale down the jumbotron content */
|
||||||
|
.jumbotron h1 {
|
||||||
|
font-size: 54px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jumbotron h1,
|
||||||
|
.jumbotron p {
|
||||||
|
margin-right: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 768px) and (max-width: 940px) {
|
@media (min-width: 768px) and (max-width: 940px) {
|
||||||
|
|
||||||
/* Scale down the jumbotron content */
|
/* Scale down the jumbotron content */
|
||||||
|
|
Loading…
Add table
Reference in a new issue