From aeb7ca97495a65bc90eaf35da2e8bd8f0ed81451 Mon Sep 17 00:00:00 2001 From: kprftw Date: Wed, 11 Sep 2024 16:23:48 -0600 Subject: [PATCH] padding changes in secondbase/about us --- static/styles.css | 5 +++-- templates/footer.html | 1 + templates/quienes.html | 2 +- templates/secondbase.html | 7 ++++--- 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 templates/footer.html diff --git a/static/styles.css b/static/styles.css index 048b6e8..5e08bbb 100644 --- a/static/styles.css +++ b/static/styles.css @@ -40,8 +40,9 @@ main { left: 0; } -div.leaflet-popup-content { - +.info { + padding: 1rem; + padding-bottom: 6rem; } section#pinner-modal { diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..fc19bd4 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/quienes.html b/templates/quienes.html index 9f74235..0d9ef3f 100644 --- a/templates/quienes.html +++ b/templates/quienes.html @@ -1,7 +1,7 @@ {% extends 'secondbase.html' %} {% block content %} -
+

Somos civiles y voluntari@s

Esta página es un servicio comunitario desarrollado por el hackspace Kernel Panic Room, con un (maravilloso) dominio patrocinado por el programa de RSE de Qro.mx.

Nuestro objetivo es construir un puente entre la ciudadanía y las autoridades estatales y municipales para poder recabar, catalogar y visibilizar los problemas infraestructurales de nuestra entidad, con el fin de facilitar que se solucionen.

diff --git a/templates/secondbase.html b/templates/secondbase.html index 4942804..7735247 100644 --- a/templates/secondbase.html +++ b/templates/secondbase.html @@ -32,7 +32,7 @@ - +
{% endif %} {% endwith %} -
+
{% block content %} @@ -66,5 +66,6 @@
- +{% include 'footer.html' %} +