Commit 20b9390a authored by Mark Otto's avatar Mark Otto

update docs for responsive

parent 19feb1b1
...@@ -351,6 +351,21 @@ h2 + table { ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment