diff --git a/django_lostplaces/lostplaces/static/main.css b/django_lostplaces/lostplaces/static/main.css index b8c6642..75eb8b8 100644 --- a/django_lostplaces/lostplaces/static/main.css +++ b/django_lostplaces/lostplaces/static/main.css @@ -1701,6 +1701,11 @@ body { .LP-Map { margin-bottom: 25px; } + .LP-Map--wide { + height: 300px; } + .LP-Map--full { + height: 100%; + width: 100%; } .LP-Map .ol-attribution { font-family: "Montserrat", Helvetica, sans-serif; color: #565656; } diff --git a/django_lostplaces/lostplaces/templates/global.html b/django_lostplaces/lostplaces/templates/global.html index 25cec9d..e474d1b 100644 --- a/django_lostplaces/lostplaces/templates/global.html +++ b/django_lostplaces/lostplaces/templates/global.html @@ -30,7 +30,7 @@ {% if user.is_authenticated %} Hi {{ user.username }}! {% trans 'Logout' %} | - {% trans 'Profile' %} + {% trans 'Profile' %} {% if user.is_superuser %} | {% trans 'Admin' %} {% endif %} @@ -50,7 +50,7 @@