Skip to content

Instantly share code, notes, and snippets.

@alxpck
Last active May 31, 2017 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alxpck/a961acf5722bcdc71d6556207b08f905 to your computer and use it in GitHub Desktop.
Save alxpck/a961acf5722bcdc71d6556207b08f905 to your computer and use it in GitHub Desktop.
@media (min-width: 601px) and (max-width: 782px) {
body.logged-in .navbar-fixed-top {
top: 46px !important;
}
body.logged-in a.navbar-brand {
top: 44px !important;
}
}
@media (max-width: 600px) {
body.logged-in {
padding-top: 0px !important;
}
body.logged-in a.navbar-brand {
top: 0 !important;
}
body.logged-in .navbar-static-top {
top: 0 !important;
}
body.logged-in .navbar-fixed-top {
top: 0 !important;
}
.navbar-fixed-top {
position: relative;
}
.navbar-brand {
position: relative;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment