font-size: 18px;
line-height: 24px;
}
- .jumbotron .benefits {
- position: relative;
- width: auto;
- margin: 36px 0;
- }
.jumbotron .btn {
display: block;
font-size: 18px;
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 */
.large-bird {
display: none;
.jumbotron h1,
.jumbotron p {
- margin-right: 40%;
+ margin-right: 0;
}
}