Skip to content

Commit

Permalink
Adjust the UNICEF logo in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 5, 2024
1 parent 54d6ccb commit 2699720
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified static/img/UNICEF_footer_Logo_black_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions templates/base_admin_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
</a>
<div class="md:flex justify-center hidden">
{% if org|config:"has_footer_unicef_logo" %}
<div style="max-width:185px" class="md:block block">
<div style="max-width:360px" class="md:block block">
{% if org.language != "ar" and org.language != "ru" %}
<img src="{{ STATIC_URL }}/img/UNICEF_footer_Logo_black_en.png"
class="md:-ml-0 -ml-2">
Expand All @@ -341,9 +341,9 @@
<img src="{{ im.url }}" alt="{{ org.name }}" class="logo">
{% endthumbnail %}
</div>
<div class="md:hidden flex flex-1 -mt-2 justify-end float-right">
<div class="md:hidden flex flex-1 justify-end float-right">
{% if org|config:"has_footer_unicef_logo" %}
<div style="width:150px" class="md:block block">
<div style="width:180px" class="md:block block">
{% if org.language != "ar" and org.language != "ru" %}
<img src="{{ STATIC_URL }}/img/UNICEF_footer_Logo_black_en.png"
class="-ml-2">
Expand Down
6 changes: 3 additions & 3 deletions templates/public_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
</a>
<div class="md:flex justify-center hidden">
{% if org|config:"has_footer_unicef_logo" %}
<div style="max-width:185px" class="md:block block">
<div style="max-width:360px" class="md:block block">
{% if org.language != "ar" and org.language != "ru" %}
<img src="{{ STATIC_URL }}img/UNICEF_footer_Logo_black_en.png"
class="md:-ml-0 -ml-2">
Expand All @@ -749,9 +749,9 @@
<img src="{{ im.url }}" alt="{{ org.name }}" class="logo">
{% endthumbnail %}
</div>
<div class="md:hidden flex flex-1 -mt-2 justify-end float-right">
<div class="md:hidden flex flex-1 justify-end float-right">
{% if org|config:"has_footer_unicef_logo" %}
<div style="width:150px" class="md:block block">
<div style="width:180px" class="md:block block">
{% if org.language != "ar" and org.language != "ru" %}
<img src="{{ STATIC_URL }}img/UNICEF_footer_Logo_black_en.png"
class="-ml-2">
Expand Down

0 comments on commit 2699720

Please sign in to comment.