fix flag sizing

This commit is contained in:
Yannik Schmidt
2021-06-15 14:24:10 +02:00
parent d511342acd
commit 6afffdd057
2 changed files with 22 additions and 8 deletions

View File

@@ -82,14 +82,16 @@
<li>
<a class="nav-link flag" href="/"
style="background-image: url('https://potaris.de/picture/lang/german-flag.png');">
DE
<div class="hover-to-75 force-fill">
</div>
</a>
</li>
{% elif conf["LANGUAGE"] == "de" %}
<li>
<a class="nav-link flag" href="/en/"
style="background-image: url('https://potaris.de/picture/lang/uk-flag.png');">
EN
<div class="hover-to-75 foce-fill">
</div>
</a>
</li>
{% endif %}