Skip to content

Commit

Permalink
Fix site name spacing for global site
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Feb 5, 2024
1 parent ab1aaa4 commit 9ded057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/public_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,11 +644,11 @@
<img src="{{ STATIC_URL }}/img/logos/UREPORT/U-Report_Logo.png" alt="{{ org.name }}" class="logo">
</div>
</a>
{% if not org|config:"is_global" %}
<div class="flex-1 font-bold text-2xl mt-16" style="font-family:'Noto Sans', sans-serif;">
{% if not org|config:"is_global" %}
<a href="{% url 'public.index' %}" class="flex-initial text-center">{{ org.name }}</a>
{% endif %}
</div>
{% endif %}
<div class="md:flex flex-1 mt-8">
<div class="flex-1 text-center font-bold text-xl flex-center-y">
<div>
Expand Down

0 comments on commit 9ded057

Please sign in to comment.