Skip to content

Instantly share code, notes, and snippets.

@Dan4IT
Created August 24, 2015 06:13
Show Gist options
  • Save Dan4IT/3dbe8a1fea5471b30695 to your computer and use it in GitHub Desktop.
Save Dan4IT/3dbe8a1fea5471b30695 to your computer and use it in GitHub Desktop.
Mura - Centred Navbar
<style type="text/css">
.navbar-nav {
width: 100%;
text-align: center;
}
.navbar-nav li {
float: none;
display: inline-block;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment