Skip to content

Commit 861cfe6

Browse files
committed
fix footer to the bottom of the page
1 parent 869b66f commit 861cfe6

File tree

1 file changed

+9
-5
lines changed
  • {{cookiecutter.app_slug}}/project/client/templates

1 file changed

+9
-5
lines changed
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<footer>
2-
<div class="container">
3-
<small>
4-
<span>© <a href="mailto:[email protected]">Real Python</a></span>
5-
</small>
6-
</div>
2+
<nav class="navbar fixed-bottom navbar-light bg-light">
3+
<div class="container">
4+
<small>
5+
<span>©
6+
<a href="mailto:[email protected]">Real Python</a>
7+
</span>
8+
</small>
9+
</div>
10+
</nav>
711
</footer>

0 commit comments

Comments
 (0)