updating the docs to include more responsive fixes, adding rows to the responsive changes as well to undo negative margin

This commit is contained in:
Mark Otto
2011-10-22 15:49:42 -07:00
parent 80332e8340
commit d4675bf4ef
4 changed files with 28 additions and 6 deletions

View File

@@ -340,9 +340,17 @@ h2 + table {
}
}
@media (min-width: 768px) and (max-width: 900px) {
.footer,
.jumbotron {
min-width: 748px;
@media (min-width: 768px) and (max-width: 940px) {
/* Scale down the jumbotron content */
.jumbotron h1 {
font-size: 72px;
}
/* Provide enough space on right-hand side for benefits list */
.jumbotron h1,
.jumbotron p {
margin-right: 40%;
}
}