diff --git a/static/styles.css b/static/styles.css
index eec6b36..d7fce90 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -75,7 +75,7 @@ nav {
background-color: rgba(202, 216, 3, 0.7);
padding: 5px;
z-index: 1000;
- font-size: 110%;
+ font-size: 100%;
overflow: hidden;
}
diff --git a/templates/base.html b/templates/base.html
index 890e1d3..a5eb8f0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,9 +1,9 @@
-
+
- Interactive Map
+ Mapa interactivo de baches y otras cosas
-
+
{% if current_user.is_authenticated %}
-
+
{% endif %}
diff --git a/templates/secondbase.html b/templates/secondbase.html
index 31bd552..eb2a74f 100644
--- a/templates/secondbase.html
+++ b/templates/secondbase.html
@@ -2,13 +2,15 @@
- Interactive Map
+
+
+ Mapa interactivo de baches y otras cosas
-
+
{% with messages = get_flashed_messages() %}