|
@@ -7,7 +7,7 @@
|
|
|
{% block stylesheets %}{% endblock %}
|
|
|
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
|
|
|
</head>
|
|
|
- <body style="padding-top:5rem;">
|
|
|
+ <body style="padding-top:5rem;padding-bottom:4rem;">
|
|
|
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
|
|
<a class="navbar-brand" href="{{ path('videotheque_liste') }}">Videothèque</a>
|
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="/" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
|
|
@@ -107,7 +107,7 @@
|
|
|
</main>
|
|
|
|
|
|
<footer class="footer">
|
|
|
- <div class="container text-center">
|
|
|
+ <div class="text-center fixed-bottom bg-white">
|
|
|
<span class="text-muted small">Cette application est développée en Symfony 3.4 - Code source disponible sur <a target="_blank" href="https://gogs.fdlibre.eu/sangfroid/films">Gogs</a><br>Licence <a target="_blank" href="http://www.wtfpl.net">WTFLP</a></span>
|
|
|
</div>
|
|
|
{% block footer %}
|