update module
This commit is contained in:
parent
47b18c8014
commit
f5d9873de7
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
.navbar-brand img { height: 36px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body class="d-flex flex-column min-vh-100">
|
||||
<nav class="navbar navbar-expand-lg bg-white border-bottom">
|
||||
<div class="container">
|
||||
<a class="navbar-brand d-flex align-items-center" href="/">
|
||||
|
|
@ -35,11 +35,11 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<main class="container py-4">
|
||||
<main class="container py-4 flex-grow-1">
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
<footer class="border-top bg-white py-3 mt-4">
|
||||
<footer class="border-top bg-white py-3 mt-auto">
|
||||
<div class="container d-flex justify-content-between">
|
||||
<span class="text-muted">© {{ now|date:'Y' }} FragDenRat</span>
|
||||
<nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue