Commit 0218d079 authored by Mark Otto's avatar Mark Otto

fix some of the docs styles at 480 to 768

parent 2764cfda
...@@ -348,11 +348,6 @@ h2 + table { ...@@ -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 { ...@@ -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 { ...@@ -395,7 +407,7 @@ h2 + table {
.jumbotron h1, .jumbotron h1,
.jumbotron p { .jumbotron p {
margin-right: 40%; margin-right: 0;
} }
} }
......
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