aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/shared/footer.html
diff options
context:
space:
mode:
authorsptaule <lecas83@gmail.com>2022-02-01 12:12:59 +0100
committersptaule <lecas83@gmail.com>2022-02-01 12:15:27 +0100
commit880c689cf48b61cbb922cfae0c2d87ed8b6c2458 (patch)
tree99cb93fe6653b1bd42e7400fa559ee2ff9b8c3bd /templates/partials/shared/footer.html
parent78648613afc25714d5b1b104a89f0778b8b7f682 (diff)
downloadgaragehq.deuxfleurs.fr-880c689cf48b61cbb922cfae0c2d87ed8b6c2458.tar.gz
garagehq.deuxfleurs.fr-880c689cf48b61cbb922cfae0c2d87ed8b6c2458.zip
Fix footer margins, add CTA section, update main navigation
Diffstat (limited to 'templates/partials/shared/footer.html')
-rw-r--r--templates/partials/shared/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/partials/shared/footer.html b/templates/partials/shared/footer.html
index d5bd29c..469ef3a 100644
--- a/templates/partials/shared/footer.html
+++ b/templates/partials/shared/footer.html
@@ -3,7 +3,7 @@
<p>
{{ macros:: social_links( social_config=config.extra.social) }}
</p>
- <p class="text-gray-600 py-2">
+ <p class="tracking-tighter md:tracking-normal text-sm md:text-base text-gray-600 px-8 md:px-0 py-2">
Built with <a href="https://www.getzola.org" target="_blank" class="font-semibold hover:text-garage-orange">Zola</a>,
powered by <a href="{{config.base_url}}" class="font-semibold hover:text-garage-orange">Garage</a>,
hosted by <a href="https://deuxfleurs.fr" target="_blank" class="font-semibold hover:text-garage-orange">Deuxfleurs</a>