diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index cb69ea80..d5a88102 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -27,7 +27,7 @@ <div class="row"> <div class="col-md-12"> <hr /> - <div class="text-center footer"> + <div class="text-center footer" style="margin-bottom: 10px;"> <a href="%faq_url%">FAQ</a> · <a href="mailto:erzengel@lists.ccc.de"><span class="glyphicon glyphicon-envelope"></span> Contact</a> · <a href="https://github.com/engelsystem/engelsystem/issues">Bugs / Features</a> · <a href="https://github.com/engelsystem/engelsystem/">Development Platform</a> · <a href="?p=credits">Credits</a> </div> |