From d0619d5fb3de330b964dde2ee770a21995b05273 Mon Sep 17 00:00:00 2001 From: "O. D." Date: Thu, 5 Sep 2024 16:33:55 -0600 Subject: [PATCH] more stuffs in menu bar --- static/styles.css | 2 +- templates/base.html | 8 ++++---- templates/secondbase.html | 8 +++++--- 3 files changed, 10 insertions(+), 8 deletions(-) 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() %}