Replace navbar-header with Bootstrap m-b-lg for the navbar's margin-bottom.

This commit is contained in:
Audrey Roy Greenfeld 2015-09-14 13:20:12 -07:00
parent 319c5ac42a
commit c45c86ad30
2 changed files with 1 additions and 6 deletions

View File

@ -13,8 +13,3 @@
background-color: #f2dede; background-color: #f2dede;
border-color: #eed3d7; border-color: #eed3d7;
} }
// Give header a nice bottom margin
.navbar-header {
margin-bottom: 3rem;
}

View File

@ -31,7 +31,7 @@
<body> <body>
<div class="navbar-header"> <div class="m-b-lg">
<nav class="navbar navbar-dark navbar-static-top bg-inverse"> <nav class="navbar navbar-dark navbar-static-top bg-inverse">
<div class="container"> <div class="container">
<a class="navbar-brand" href="/">{% endraw %}{{ cookiecutter.project_name }}{% raw %}</a> <a class="navbar-brand" href="/">{% endraw %}{{ cookiecutter.project_name }}{% raw %}</a>