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' %} +