0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

fix some of the docs styles at 480 to 768

This commit is contained in:
Mark Otto 2011-10-29 18:11:17 -07:00
parent 2764cfda6d
commit 0218d079ad

View File

@ -348,11 +348,6 @@ h2 + table {
font-size: 18px; font-size: 18px;
line-height: 24px; line-height: 24px;
} }
.jumbotron .benefits {
position: relative;
width: auto;
margin: 36px 0;
}
.jumbotron .btn { .jumbotron .btn {
display: block; display: block;
font-size: 18px; font-size: 18px;
@ -365,6 +360,23 @@ h2 + table {
margin: 40px 0 0; margin: 40px 0 0;
} }
}
@media (max-width: 768px) {
/* Hide the nav for now */
body > .navbar-fixed .nav {
display: none;
}
/* Adjust the jumbotron */
.jumbotron .benefits {
position: relative;
width: auto;
margin: 36px 0;
}
/* Popovers */ /* Popovers */
.large-bird { .large-bird {
display: none; display: none;
@ -395,7 +407,7 @@ h2 + table {
.jumbotron h1, .jumbotron h1,
.jumbotron p { .jumbotron p {
margin-right: 40%; margin-right: 0;
} }
} }