mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Replace navbar-header with Bootstrap m-b-lg for the navbar's margin-bottom.
This commit is contained in:
parent
319c5ac42a
commit
c45c86ad30
|
@ -13,8 +13,3 @@
|
|||
background-color: #f2dede;
|
||||
border-color: #eed3d7;
|
||||
}
|
||||
|
||||
// Give header a nice bottom margin
|
||||
.navbar-header {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<div class="navbar-header">
|
||||
<div class="m-b-lg">
|
||||
<nav class="navbar navbar-dark navbar-static-top bg-inverse">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="/">{% endraw %}{{ cookiecutter.project_name }}{% raw %}</a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user