Skip to content

Instantly share code, notes, and snippets.

View swright987's full-sized avatar
🎯
Focusing

Stephen Wright swright987

🎯
Focusing
View GitHub Profile
/*
Navbar "hovernav" dropdown menu - this works only for screen sizes larger than phones.
The Bootstrap CSS is unchanged. If you don't want this, delete this segment of the CSS
and delete the corresponding segment of bst.js
*/
@media (min-width: 768px) {
.navbar-nav .open ul {
display: none;
}