Copy mobile navbar fix from css to scss.

This commit is contained in:
Audrey Roy Greenfeld 2015-09-22 09:04:33 -07:00
parent 221178ad84
commit 650d4f1dd2

View File

@ -13,3 +13,20 @@
background-color: #f2dede;
border-color: #eed3d7;
}
/* This is a fix for the bootstrap4 alpha release */
@media (max-width: 47.9em) {
.navbar-nav .nav-item {
float: none;
width: 100%;
display: inline-block;
}
.navbar-nav .nav-item + .nav-item {
margin-left: 0;
}
.nav.navbar-nav.pull-right {
float: none !important;
}
}