From c748bc563cd7aa9f620c56685ed67c43eca04597 Mon Sep 17 00:00:00 2001 From: Peter Nerlich <peter.nerlich+dev@googlemail.com> Date: Sat, 8 May 2021 15:06:59 +0200 Subject: [PATCH] add space for contact stuff --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 2054228..9abecd9 100644 --- a/public/index.html +++ b/public/index.html @@ -228,7 +228,7 @@ <!-- Contact --> <section id="contact" class="tm-section-pad-top tm-parallax-2"> - <div class="container tm-container-contact"> + <div class="container tm-container-contact" style="padding-bottom: 300px;"> <div class="row"> <div class="col-12"> <h2 class="mb-4 tm-section-title">Kontakt und Community</h2> @@ -255,7 +255,7 @@ </div> </div> </div> - <footer class="text-center small tm-footer" style="padding: 20px"> + <footer class="text-center small tm-footer"> <p class="mb-0"> <a rel="nofollow" href="https://wiki.kif.rocks/wiki/KIF:Impressum" class="tm-footer-link">Impressum</a> - <a rel="nofollow" href="mailto:admin@kif.rocks" class="tm-footer-link">Admin-Kontakt</a> -- GitLab